Html Css Color HEX #F2BDAE Zinnwaldite

📋 copy color: '#F2BDAE'

red 242 ◦ green 189 ◦ blue 174

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

Shades of Zinnwaldite #F2BDAE

Tints of Zinnwaldite #F2BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.24%

 BLUE value IS 174 (68.36% from 255) = 28.76%

R = 40%
G = 31.24%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2BDAE (or 0xF2BDAE) is known color: Zinnwaldite. HEX triplet: F2, BD and AE. RGB value is (242,189,174). Sum of RGB (Red+Green+Blue) = 242+189+174=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BDAE is #0D4251. Grayscale: #CBCBCB. Windows color (decimal): -868946 or 11451890. OLE color: 11451890.

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

Color convert

RGB 242 189 174 -
CMYK 0 0.22 0.28 0.05
HSL 13.24º 0.72% 0.82% -
HSV(B) 13.24º 0.28% 0.95% -
XYZ 62.46 58.33 48.01 -
YUV 203.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 242 189 174 0 0.22 0.28 0.05 13.24 0.72 0.82
Hex F2 BD AE 0 16 1C 5 D 48 52
Octal 362 275 256 0 26 34 5 15 110 122
Binary 11110010 10111101 10101110 0 10110 11100 101 1101 1001000 1010010

Color Harmonies of #F2BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDAE

Black with #F2BDAE

Text Example


Text Example

White with #F2BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDAE; }

 p { color: rgb(242,189,174); }

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

background-color css

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

 a { background-color: rgb(242,189,174); }

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

border-color css

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

 span { border-color: rgb(242,189,174); }

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