Html Css Color HEX #F3BDAB Zinnwaldite

📋 copy color: '#F3BDAB'

red 243 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #F3BDAB

Tints of Zinnwaldite #F3BDAB

RGB

 RED value IS 243 (95.31% from 255) = 40.3%

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

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

R = 40.3%
G = 31.34%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F3BDAB (or 0xF3BDAB) is known color: Zinnwaldite. HEX triplet: F3, BD and AB. RGB value is (243,189,171). Sum of RGB (Red+Green+Blue) = 243+189+171=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BDAB is #0C4254. Grayscale: #CBCBCB. Windows color (decimal): -803413 or 11255283. OLE color: 11255283.

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

Color convert

RGB 243 189 171 -
CMYK 0 0.22 0.30 0.05
HSL 15º 0.75% 0.81% -
HSV(B) 15º 0.3% 0.95% -
XYZ 62.51 58.39 46.5 -
YUV 203.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 243 189 171 0 0.22 0.30 0.05 15 0.75 0.81
Hex F3 BD AB 0 16 1E 5 F 4B 51
Octal 363 275 253 0 26 36 5 17 113 121
Binary 11110011 10111101 10101011 0 10110 11110 101 1111 1001011 1010001

Color Harmonies of #F3BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDAB

Black with #F3BDAB

Text Example


Text Example

White with #F3BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDAB; }

 p { color: rgb(243,189,171); }

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

background-color css

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

 a { background-color: rgb(243,189,171); }

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

border-color css

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

 span { border-color: rgb(243,189,171); }

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