Html Css Color HEX #F2BBA9 Zinnwaldite

📋 copy color: '#F2BBA9'

red 242 ◦ green 187 ◦ blue 169

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

Shades of Zinnwaldite #F2BBA9

Tints of Zinnwaldite #F2BBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.26%

R = 40.47%
G = 31.27%
B = 28.26%

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

#F2BBA9 (or 0xF2BBA9) is known color: Zinnwaldite. HEX triplet: F2, BB and A9. RGB value is (242,187,169). Sum of RGB (Red+Green+Blue) = 242+187+169=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBA9 is #0D4456. Grayscale: #C9C9C9. Windows color (decimal): -869463 or 11123698. OLE color: 11123698.

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

Color convert

RGB 242 187 169 -
CMYK 0 0.23 0.30 0.05
HSL 14.79º 0.74% 0.81% -
HSV(B) 14.79º 0.3% 0.95% -
XYZ 61.55 57.28 45.35 -
YUV 201.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 242 187 169 0 0.23 0.30 0.05 14.79 0.74 0.81
Hex F2 BB A9 0 17 1E 5 F 4A 51
Octal 362 273 251 0 27 36 5 17 112 121
Binary 11110010 10111011 10101001 0 10111 11110 101 1111 1001010 1010001

Color Harmonies of #F2BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBA9

Black with #F2BBA9

Text Example


Text Example

White with #F2BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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