#F5F5BF

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

Shades of Cumulus #F5F5BF

Tints of Cumulus #F5F5BF

Color information

#F5F5BF (or 0xF5F5BF) is unknown color: approx Cumulus. HEX triplet: F5, F5 and BF. RGB value is (245,245,191). Sum of RGB (Red+Green+Blue) = 245+245+191=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 191 (75% from 255 or 28.05% from 681); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F5BF is #0A0A40. Grayscale: #EFEFEF. Windows color (decimal): -657985 or 12580341. OLE color: 12580341.

HSL color Cylindrical-coordinate representation of color #F5F5BF: hue angle of 60º 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 #F5F5BF is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245245191-
CMYK000.220.04
HSL60º72.97%85.49%-
HSV(B)60º22.04%96.08%-
XYZ79.7188.4862.17-
YUV238.84101132.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.98%
GREEN value IS 245 (96.09% from 255) = 35.98%
BLUE value IS 191 (75% from 255) = 28.05%
R=35.98%
G=35.98%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245245191000.220.046072.9785.49
HexF5F5BF001643c4955
Octal3653652770026474111125
Binary111101011111010110111111001011010011110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F5BF; }

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

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

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

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

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

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

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

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