#f5efb6

Color #F5EFB6 Cumulus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumulus #F5EFB6

Tints of Cumulus #F5EFB6

Color information

#F5EFB6 (or 0xF5EFB6) is unknown color: approx Cumulus. HEX triplet: F5, EF and B6. RGB value is (245,239,182). Sum of RGB (Red+Green+Blue) = 245+239+182=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 182 (71.48% from 255 or 27.33% from 666); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFB6 is #0A1049. Grayscale: #EAEAEA. Windows color (decimal): -659530 or 11988981. OLE color: 11988981.

HSL color Cylindrical-coordinate representation of color #F5EFB6: hue angle of 54.29º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5EFB6 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB245239182-
CMYK00.020.260.04
HSL54.29º75.9%83.73%-
HSV(B)54.29º25.71%96.08%-
XYZ76.9784.5256.51-
YUV234.398.49135.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 36.79%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 182 (71.48% from 255) = 27.33%
R=36.79%
G=35.89%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523918200.020.260.0454.2975.983.73
HexF5EFB6021A4364c54
Octal3653572660232466114124
Binary1111010111101111101101100101101010011011010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5efb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5efb6; }

 p { color: rgb(245,239,182); }

 H1.HeaderClassName
 {
   color: #f5efb6;
 }
 .AnyTagClassName
 {
   color: #f5efb6;
 }
</style>
background-color css

<style>
 a { background-color: #f5efb6; }

 a { background-color: rgb(245,239,182); }

 div.DivClassName
 {
   background-color: #f5efb6;
 }
 .BgClassName
 {
   background-color: #f5efb6;
 }
</style>
border-color css

<style>
 span { border-color: #f5efb6; }

 span { border-color: rgb(245,239,182); }

 td.TdClassName
 {
   border-color: #f5efb6;
 }
 .TagClassName
 {
   border-color: #f5efb6;
 }
</style>