Html Css Color HEX #F2F0BF Cumulus

📋 copy color: '#F2F0BF'

red 242 ◦ green 240 ◦ blue 191

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

Shades of Cumulus #F2F0BF

Tints of Cumulus #F2F0BF

RGB

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

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

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

R = 35.96%
G = 35.66%
B = 28.38%

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

#F2F0BF (or 0xF2F0BF) is known color: Cumulus. HEX triplet: F2, F0 and BF. RGB value is (242,240,191). Sum of RGB (Red+Green+Blue) = 242+240+191=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0BF is #0D0F40. Grayscale: #EBEBEB. Windows color (decimal): -855873 or 12579058. OLE color: 12579058.

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

Color convert

RGB 242 240 191 -
CMYK 0 0.01 0.21 0.05
HSL 57.65º 0.66% 0.85% -
HSV(B) 57.65º 0.21% 0.95% -
XYZ 77.18 84.96 61.62 -
YUV 235.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 242 240 191 0 0.01 0.21 0.05 57.65 0.66 0.85
Hex F2 F0 BF 0 1 15 5 3A 42 55
Octal 362 360 277 0 1 25 5 72 102 125
Binary 11110010 11110000 10111111 0 1 10101 101 111010 1000010 1010101

Color Harmonies of #F2F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0BF

Black with #F2F0BF

Text Example


Text Example

White with #F2F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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