#F2ECBA

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

Shades of Cumulus #F2ECBA

Tints of Cumulus #F2ECBA

Color information

#F2ECBA (or 0xF2ECBA) is unknown color: approx Cumulus. HEX triplet: F2, EC and BA. RGB value is (242,236,186). Sum of RGB (Red+Green+Blue) = 242+236+186=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECBA is #0D1345. Grayscale: #E8E8E8. Windows color (decimal): -856902 or 12250354. OLE color: 12250354.

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

Color convert

RGB242236186-
CMYK00.020.230.05
HSL53.57º68.29%83.92%-
HSV(B)53.57º23.14%94.9%-
XYZ75.4882.4158.38-
YUV232.09101.99135.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 186 (73.05% from 255) = 28.01%
R=36.45%
G=35.54%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223618600.020.230.0553.5768.2983.92
HexF2ECBA02175364454
Octal3623542720227566104124
Binary1111001011101100101110100101011110111011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECBA; }

 p { color: rgb(242,236,186); }

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

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

 a { background-color: rgb(242,236,186); }

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

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

 span { border-color: rgb(242,236,186); }

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