#F5F7BF

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

Shades of Cumulus #F5F7BF

Tints of Cumulus #F5F7BF

Color information

#F5F7BF (or 0xF5F7BF) is unknown color: approx Cumulus. HEX triplet: F5, F7 and BF. RGB value is (245,247,191). Sum of RGB (Red+Green+Blue) = 245+247+191=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 191 (75% from 255 or 27.96% from 683); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F7BF is #0A0840. Grayscale: #F0F0F0. Windows color (decimal): -657473 or 12580853. OLE color: 12580853.

HSL color Cylindrical-coordinate representation of color #F5F7BF: hue angle of 62.14º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5F7BF is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB245247191-
CMYK0.0100.230.03
HSL62.14º77.78%85.88%-
HSV(B)62.14º22.67%96.86%-
XYZ80.3289.762.37-
YUV240.02100.34131.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.87%
GREEN value IS 247 (96.88% from 255) = 36.16%
BLUE value IS 191 (75% from 255) = 27.96%
R=35.87%
G=36.16%
B=27.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452471910.0100.230.0362.1477.7885.88
HexF5F7BF101733e4e56
Octal3653672771027376116126
Binary11110101111101111011111110101111111111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F7BF; }

 p { color: rgb(245,247,191); }

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

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

 a { background-color: rgb(245,247,191); }

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

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

 span { border-color: rgb(245,247,191); }

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