Html Css Color HEX #F2BEAC Zinnwaldite

📋 copy color: '#F2BEAC'

red 242 ◦ green 190 ◦ blue 172

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

Shades of Zinnwaldite #F2BEAC

Tints of Zinnwaldite #F2BEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.48%

R = 40.07%
G = 31.46%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2BEAC (or 0xF2BEAC) is known color: Zinnwaldite. HEX triplet: F2, BE and AC. RGB value is (242,190,172). Sum of RGB (Red+Green+Blue) = 242+190+172=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BEAC is #0D4153. Grayscale: #CBCBCB. Windows color (decimal): -868692 or 11321074. OLE color: 11321074.

HSL color Cylindrical-coordinate representation of color #F2BEAC: hue angle of 15.43º 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 #F2BEAC is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 172 -
CMYK 0 0.21 0.29 0.05
HSL 15.43º 0.73% 0.81% -
HSV(B) 15.43º 0.29% 0.95% -
XYZ 62.48 58.68 47.06 -
YUV 203.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 242 190 172 0 0.21 0.29 0.05 15.43 0.73 0.81
Hex F2 BE AC 0 15 1D 5 F 49 51
Octal 362 276 254 0 25 35 5 17 111 121
Binary 11110010 10111110 10101100 0 10101 11101 101 1111 1001001 1010001

Color Harmonies of #F2BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEAC

Black with #F2BEAC

Text Example


Text Example

White with #F2BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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