#F2F0BF

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

Shades of Cumulus #F2F0BF

Tints of Cumulus #F2F0BF

Color information

#F2F0BF (or 0xF2F0BF) is unknown color: approx Cumulus. HEX triplet: F2, F0 and BF. RGB value is (242,240,191). Sum of RGB (Red+Green+Blue) = 242+240+191=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0BF is #0D0F40. Grayscale: #EBEBEB. Windows color (decimal): -855873 or 12579058. OLE color: 12579058.

HSL color Cylindrical-coordinate representation of color #F2F0BF: hue angle of 57.65º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2F0BF is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242240191-
CMYK00.010.210.05
HSL57.65º66.23%84.9%-
HSV(B)57.65º21.07%94.9%-
XYZ77.1884.9661.62-
YUV235.01103.16132.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.96%
GREEN value IS 240 (94.14% from 255) = 35.66%
BLUE value IS 191 (75% from 255) = 28.38%
R=35.96%
G=35.66%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224019100.010.210.0557.6566.2384.9
HexF2F0BF011553a4255
Octal3623602770125572102125
Binary111100101111000010111111011010110111101010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0BF; }

 p { color: rgb(242,240,191); }

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

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

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

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

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

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

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