Html Css Color HEX #F4BDAB Zinnwaldite

📋 copy color: '#F4BDAB'

red 244 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #F4BDAB

Tints of Zinnwaldite #F4BDAB

RGB

 RED value IS 244 (95.7% from 255) = 40.4%

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

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

R = 40.4%
G = 31.29%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4BDAB (or 0xF4BDAB) is known color: Zinnwaldite. HEX triplet: F4, BD and AB. RGB value is (244,189,171). Sum of RGB (Red+Green+Blue) = 244+189+171=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BDAB is #0B4254. Grayscale: #CBCBCB. Windows color (decimal): -737877 or 11255284. OLE color: 11255284.

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

Color convert

RGB 244 189 171 -
CMYK 0 0.23 0.30 0.04
HSL 14.79º 0.77% 0.81% -
HSV(B) 14.79º 0.3% 0.96% -
XYZ 62.86 58.57 46.52 -
YUV 203.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 244 189 171 0 0.23 0.30 0.04 14.79 0.77 0.81
Hex F4 BD AB 0 17 1E 4 F 4D 51
Octal 364 275 253 0 27 36 4 17 115 121
Binary 11110100 10111101 10101011 0 10111 11110 100 1111 1001101 1010001

Color Harmonies of #F4BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDAB

Black with #F4BDAB

Text Example


Text Example

White with #F4BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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