Html Css Color HEX #F2BBAA Zinnwaldite

📋 copy color: '#F2BBAA'

red 242 ◦ green 187 ◦ blue 170

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

Shades of Zinnwaldite #F2BBAA

Tints of Zinnwaldite #F2BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

 BLUE value IS 170 (66.8% from 255) = 28.38%

R = 40.4%
G = 31.22%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2BBAA (or 0xF2BBAA) is known color: Zinnwaldite. HEX triplet: F2, BB and AA. RGB value is (242,187,170). Sum of RGB (Red+Green+Blue) = 242+187+170=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBAA is #0D4455. Grayscale: #C9C9C9. Windows color (decimal): -869462 or 11189234. OLE color: 11189234.

HSL color Cylindrical-coordinate representation of color #F2BBAA: hue angle of 14.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2BBAA is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 170 -
CMYK 0 0.23 0.30 0.05
HSL 14.17º 0.73% 0.81% -
HSV(B) 14.17º 0.3% 0.95% -
XYZ 61.64 57.32 45.85 -
YUV 201.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 242 187 170 0 0.23 0.30 0.05 14.17 0.73 0.81
Hex F2 BB AA 0 17 1E 5 E 49 51
Octal 362 273 252 0 27 36 5 16 111 121
Binary 11110010 10111011 10101010 0 10111 11110 101 1110 1001001 1010001

Color Harmonies of #F2BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBAA

Black with #F2BBAA

Text Example


Text Example

White with #F2BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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