#F2F0BC

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

Shades of Cumulus #F2F0BC

Tints of Cumulus #F2F0BC

Color information

#F2F0BC (or 0xF2F0BC) is unknown color: approx Cumulus. HEX triplet: F2, F0 and BC. RGB value is (242,240,188). Sum of RGB (Red+Green+Blue) = 242+240+188=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0BC is #0D0F43. Grayscale: #EAEAEA. Windows color (decimal): -855876 or 12382450. OLE color: 12382450.

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

Color convert

RGB242240188-
CMYK00.010.220.05
HSL57.78º67.5%84.31%-
HSV(B)57.78º22.31%94.9%-
XYZ76.8684.8359.9-
YUV234.67101.66133.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 240 (94.14% from 255) = 35.82%
BLUE value IS 188 (73.83% from 255) = 28.06%
R=36.12%
G=35.82%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224018800.010.220.0557.7867.584.31
HexF2F0BC011653a4454
Octal3623602740126572104124
Binary111100101111000010111100011011010111101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0BC; }

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

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

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

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

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

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

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

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