#F2ECB8

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

Shades of Cumulus #F2ECB8

Tints of Cumulus #F2ECB8

Color information

#F2ECB8 (or 0xF2ECB8) is unknown color: approx Cumulus. HEX triplet: F2, EC and B8. RGB value is (242,236,184). Sum of RGB (Red+Green+Blue) = 242+236+184=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 184 (72.27% from 255 or 27.79% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECB8 is #0D1347. Grayscale: #E8E8E8. Windows color (decimal): -856904 or 12119282. OLE color: 12119282.

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

Color convert

RGB242236184-
CMYK00.020.240.05
HSL53.79º69.05%83.53%-
HSV(B)53.79º23.97%94.9%-
XYZ75.2782.3357.27-
YUV231.87100.99135.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 236 (92.58% from 255) = 35.65%
BLUE value IS 184 (72.27% from 255) = 27.79%
R=36.56%
G=35.65%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223618400.020.240.0553.7969.0583.53
HexF2ECB802185364554
Octal3623542700230566105124
Binary1111001011101100101110000101100010111011010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECB8; }

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

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

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

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

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

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

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

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