Html Css Color HEX #F2EEBF Cumulus

📋 copy color: '#F2EEBF'

red 242 ◦ green 238 ◦ blue 191

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

Shades of Cumulus #F2EEBF

Tints of Cumulus #F2EEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.47%

 BLUE value IS 191 (75% from 255) = 28.46%

R = 36.07%
G = 35.47%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2EEBF (or 0xF2EEBF) is known color: Cumulus. HEX triplet: F2, EE and BF. RGB value is (242,238,191). Sum of RGB (Red+Green+Blue) = 242+238+191=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEBF is #0D1140. Grayscale: #EAEAEA. Windows color (decimal): -856385 or 12578546. OLE color: 12578546.

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

Color convert

RGB 242 238 191 -
CMYK 0 0.02 0.21 0.05
HSL 55.29º 0.66% 0.85% -
HSV(B) 55.29º 0.21% 0.95% -
XYZ 76.6 83.79 61.43 -
YUV 233.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 242 238 191 0 0.02 0.21 0.05 55.29 0.66 0.85
Hex F2 EE BF 0 2 15 5 37 42 55
Octal 362 356 277 0 2 25 5 67 102 125
Binary 11110010 11101110 10111111 0 10 10101 101 110111 1000010 1010101

Color Harmonies of #F2EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EEBF

Black with #F2EEBF

Text Example


Text Example

White with #F2EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EEBF; }

 p { color: rgb(242,238,191); }

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

background-color css

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

 a { background-color: rgb(242,238,191); }

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

border-color css

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

 span { border-color: rgb(242,238,191); }

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