Html Css Color HEX #F2EFC0 Cumulus

📋 copy color: '#F2EFC0'

red 242 ◦ green 239 ◦ blue 192

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

Shades of Cumulus #F2EFC0

Tints of Cumulus #F2EFC0

RGB

 RED value IS 242 (94.92% from 255) = 35.96%

 GREEN value IS 239 (93.75% from 255) = 35.51%

 BLUE value IS 192 (75.39% from 255) = 28.53%

R = 35.96%
G = 35.51%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2EFC0 (or 0xF2EFC0) is known color: Cumulus. HEX triplet: F2, EF and C0. RGB value is (242,239,192). Sum of RGB (Red+Green+Blue) = 242+239+192=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 192 (75.39% from 255 or 28.53% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFC0 is #0D103F. Grayscale: #EAEAEA. Windows color (decimal): -856128 or 12644338. OLE color: 12644338.

HSL color Cylindrical-coordinate representation of color #F2EFC0: hue angle of 56.4º 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 #F2EFC0 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 192 -
CMYK 0 0.01 0.21 0.05
HSL 56.4º 0.66% 0.85% -
HSV(B) 56.4º 0.21% 0.95% -
XYZ 77 84.42 62.1 -
YUV 234.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 242 239 192 0 0.01 0.21 0.05 56.4 0.66 0.85
Hex F2 EF C0 0 1 15 5 38 42 55
Octal 362 357 300 0 1 25 5 70 102 125
Binary 11110010 11101111 11000000 0 1 10101 101 111000 1000010 1010101

Color Harmonies of #F2EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFC0

Black with #F2EFC0

Text Example


Text Example

White with #F2EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFC0; }

 p { color: rgb(242,239,192); }

 H1.HeaderClassName
 {
   color: #F2EFC0;
 }
 .AnyTagClassName
 {
   color: #F2EFC0;
 }
</style>

background-color css

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

 a { background-color: rgb(242,239,192); }

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

border-color css

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

 span { border-color: rgb(242,239,192); }

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