Html Css Color HEX #F2BBAB Zinnwaldite

📋 copy color: '#F2BBAB'

red 242 ◦ green 187 ◦ blue 171

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

Shades of Zinnwaldite #F2BBAB

Tints of Zinnwaldite #F2BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.5%

R = 40.33%
G = 31.17%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2BBAB (or 0xF2BBAB) is known color: Zinnwaldite. HEX triplet: F2, BB and AB. RGB value is (242,187,171). Sum of RGB (Red+Green+Blue) = 242+187+171=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBAB is #0D4454. Grayscale: #C9C9C9. Windows color (decimal): -869461 or 11254770. OLE color: 11254770.

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

Color convert

RGB 242 187 171 -
CMYK 0 0.23 0.29 0.05
HSL 13.52º 0.73% 0.81% -
HSV(B) 13.52º 0.29% 0.95% -
XYZ 61.74 57.36 46.35 -
YUV 201.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 242 187 171 0 0.23 0.29 0.05 13.52 0.73 0.81
Hex F2 BB AB 0 17 1D 5 E 49 51
Octal 362 273 253 0 27 35 5 16 111 121
Binary 11110010 10111011 10101011 0 10111 11101 101 1110 1001001 1010001

Color Harmonies of #F2BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBAB

Black with #F2BBAB

Text Example


Text Example

White with #F2BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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