Html Css Color HEX #F2ECBA Cumulus

📋 copy color: '#F2ECBA'

red 242 ◦ green 236 ◦ blue 186

#F2ECBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cumulus #F2ECBA

Tints of Cumulus #F2ECBA

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 value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2ECBA (or 0xF2ECBA) is known color: 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

RGB 242 236 186 -
CMYK 0 0.02 0.23 0.05
HSL 53.57º 0.68% 0.84% -
HSV(B) 53.57º 0.23% 0.95% -
XYZ 75.48 82.41 58.38 -
YUV 232.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 242 236 186 0 0.02 0.23 0.05 53.57 0.68 0.84
Hex F2 EC BA 0 2 17 5 36 44 54
Octal 362 354 272 0 2 27 5 66 104 124
Binary 11110010 11101100 10111010 0 10 10111 101 110110 1000100 1010100

Color Harmonies of #F2ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECBA

Black with #F2ECBA

Text Example


Text Example

White with #F2ECBA

Text Example


Text Example

HTML Codes & Css Web 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>