Html Css Color HEX #F5BFAB Zinnwaldite

📋 copy color: '#F5BFAB'

red 245 ◦ green 191 ◦ blue 171

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

Shades of Zinnwaldite #F5BFAB

Tints of Zinnwaldite #F5BFAB

RGB

 RED value IS 245 (96.09% from 255) = 40.36%

 GREEN value IS 191 (75% from 255) = 31.47%

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

R = 40.36%
G = 31.47%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5BFAB (or 0xF5BFAB) is known color: Zinnwaldite. HEX triplet: F5, BF and AB. RGB value is (245,191,171). Sum of RGB (Red+Green+Blue) = 245+191+171=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BFAB is #0A4054. Grayscale: #CDCDCD. Windows color (decimal): -671829 or 11255797. OLE color: 11255797.

HSL color Cylindrical-coordinate representation of color #F5BFAB: hue angle of 16.22º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5BFAB is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 191 171 -
CMYK 0 0.22 0.30 0.04
HSL 16.22º 0.79% 0.82% -
HSV(B) 16.22º 0.3% 0.96% -
XYZ 63.64 59.61 46.68 -
YUV 204.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 245 191 171 0 0.22 0.30 0.04 16.22 0.79 0.82
Hex F5 BF AB 0 16 1E 4 10 4F 52
Octal 365 277 253 0 26 36 4 20 117 122
Binary 11110101 10111111 10101011 0 10110 11110 100 10000 1001111 1010010

Color Harmonies of #F5BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFAB

Black with #F5BFAB

Text Example


Text Example

White with #F5BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFAB; }

 p { color: rgb(245,191,171); }

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

background-color css

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

 a { background-color: rgb(245,191,171); }

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

border-color css

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

 span { border-color: rgb(245,191,171); }

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