#F5F4BE

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

Shades of Cumulus #F5F4BE

Tints of Cumulus #F5F4BE

Color information

#F5F4BE (or 0xF5F4BE) is unknown color: approx Cumulus. HEX triplet: F5, F4 and BE. RGB value is (245,244,190). Sum of RGB (Red+Green+Blue) = 245+244+190=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 244 (95.70% from 255 or 35.94% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F4BE is #0A0B41. Grayscale: #EEEEEE. Windows color (decimal): -658242 or 12514549. OLE color: 12514549.

HSL color Cylindrical-coordinate representation of color #F5F4BE: hue angle of 58.91º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5F4BE is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245244190-
CMYK00.000.220.04
HSL58.91º73.33%85.29%-
HSV(B)58.91º22.45%96.08%-
XYZ79.387.8361.49-
YUV238.14100.83132.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.08%
GREEN value IS 244 (95.70% from 255) = 35.94%
BLUE value IS 190 (74.61% from 255) = 27.98%
R=36.08%
G=35.94%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524419000.000.220.0458.9173.3385.29
HexF5F4BE001643b4955
Octal3653642760026473111125
Binary111101011111010010111110001011010011101110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F4BE; }

 p { color: rgb(245,244,190); }

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

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

 a { background-color: rgb(245,244,190); }

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

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

 span { border-color: rgb(245,244,190); }

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