Html Css Color HEX #F2F0BA Cumulus

📋 copy color: '#F2F0BA'

red 242 ◦ green 240 ◦ blue 186

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

Shades of Cumulus #F2F0BA

Tints of Cumulus #F2F0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.84%

R = 36.23%
G = 35.93%
B = 27.84%

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

#F2F0BA (or 0xF2F0BA) is known color: Cumulus. HEX triplet: F2, F0 and BA. RGB value is (242,240,186). Sum of RGB (Red+Green+Blue) = 242+240+186=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0BA is #0D0F45. Grayscale: #EAEAEA. Windows color (decimal): -855878 or 12251378. OLE color: 12251378.

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

Color convert

RGB 242 240 186 -
CMYK 0 0.01 0.23 0.05
HSL 57.86º 0.68% 0.84% -
HSV(B) 57.86º 0.23% 0.95% -
XYZ 76.64 84.74 58.77 -
YUV 234.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 242 240 186 0 0.01 0.23 0.05 57.86 0.68 0.84
Hex F2 F0 BA 0 1 17 5 3A 44 54
Octal 362 360 272 0 1 27 5 72 104 124
Binary 11110010 11110000 10111010 0 1 10111 101 111010 1000100 1010100

Color Harmonies of #F2F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0BA

Black with #F2F0BA

Text Example


Text Example

White with #F2F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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