Html Css Color HEX #F2BEB0 Zinnwaldite

📋 copy color: '#F2BEB0'

red 242 ◦ green 190 ◦ blue 176

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

Shades of Zinnwaldite #F2BEB0

Tints of Zinnwaldite #F2BEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.25%

 BLUE value IS 176 (69.14% from 255) = 28.95%

R = 39.8%
G = 31.25%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2BEB0 (or 0xF2BEB0) is known color: Zinnwaldite. HEX triplet: F2, BE and B0. RGB value is (242,190,176). Sum of RGB (Red+Green+Blue) = 242+190+176=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BEB0 is #0D414F. Grayscale: #CCCCCC. Windows color (decimal): -868688 or 11583218. OLE color: 11583218.

HSL color Cylindrical-coordinate representation of color #F2BEB0: hue angle of 12.73º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2BEB0 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 176 -
CMYK 0 0.21 0.27 0.05
HSL 12.73º 0.72% 0.82% -
HSV(B) 12.73º 0.27% 0.95% -
XYZ 62.87 58.84 49.12 -
YUV 203.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 242 190 176 0 0.21 0.27 0.05 12.73 0.72 0.82
Hex F2 BE B0 0 15 1B 5 D 48 52
Octal 362 276 260 0 25 33 5 15 110 122
Binary 11110010 10111110 10110000 0 10101 11011 101 1101 1001000 1010010

Color Harmonies of #F2BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEB0

Black with #F2BEB0

Text Example


Text Example

White with #F2BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEB0; }

 p { color: rgb(242,190,176); }

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

background-color css

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

 a { background-color: rgb(242,190,176); }

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

border-color css

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

 span { border-color: rgb(242,190,176); }

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