Html Css Color HEX #F2F1BA Cumulus

📋 copy color: '#F2F1BA'

red 242 ◦ green 241 ◦ blue 186

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

Shades of Cumulus #F2F1BA

Tints of Cumulus #F2F1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.02%

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

R = 36.17%
G = 36.02%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2F1BA (or 0xF2F1BA) is known color: Cumulus. HEX triplet: F2, F1 and BA. RGB value is (242,241,186). Sum of RGB (Red+Green+Blue) = 242+241+186=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1BA is #0D0E45. Grayscale: #EBEBEB. Windows color (decimal): -855622 or 12251634. OLE color: 12251634.

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

Color convert

RGB 242 241 186 -
CMYK 0 0.00 0.23 0.05
HSL 58.93º 0.68% 0.84% -
HSV(B) 58.93º 0.23% 0.95% -
XYZ 76.94 85.33 58.87 -
YUV 235.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 242 241 186 0 0.00 0.23 0.05 58.93 0.68 0.84
Hex F2 F1 BA 0 0 17 5 3B 44 54
Octal 362 361 272 0 0 27 5 73 104 124
Binary 11110010 11110001 10111010 0 0 10111 101 111011 1000100 1010100

Color Harmonies of #F2F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F1BA

Black with #F2F1BA

Text Example


Text Example

White with #F2F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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