Html Css Color HEX #F2F0BB Cumulus

📋 copy color: '#F2F0BB'

red 242 ◦ green 240 ◦ blue 187

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

Shades of Cumulus #F2F0BB

Tints of Cumulus #F2F0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.87%

 BLUE value IS 187 (73.44% from 255) = 27.95%

R = 36.17%
G = 35.87%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2F0BB (or 0xF2F0BB) is known color: Cumulus. HEX triplet: F2, F0 and BB. RGB value is (242,240,187). Sum of RGB (Red+Green+Blue) = 242+240+187=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0BB is #0D0F44. Grayscale: #EAEAEA. Windows color (decimal): -855877 or 12316914. OLE color: 12316914.

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

Color convert

RGB 242 240 187 -
CMYK 0 0.01 0.23 0.05
HSL 57.82º 0.68% 0.84% -
HSV(B) 57.82º 0.23% 0.95% -
XYZ 76.75 84.79 59.33 -
YUV 234.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 242 240 187 0 0.01 0.23 0.05 57.82 0.68 0.84
Hex F2 F0 BB 0 1 17 5 3A 44 54
Octal 362 360 273 0 1 27 5 72 104 124
Binary 11110010 11110000 10111011 0 1 10111 101 111010 1000100 1010100

Color Harmonies of #F2F0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0BB

Black with #F2F0BB

Text Example


Text Example

White with #F2F0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0BB; }

 p { color: rgb(242,240,187); }

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

background-color css

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

 a { background-color: rgb(242,240,187); }

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

border-color css

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

 span { border-color: rgb(242,240,187); }

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