Html Css Color HEX #F0BDAB Zinnwaldite

📋 copy color: '#F0BDAB'

red 240 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #F0BDAB

Tints of Zinnwaldite #F0BDAB

RGB

 RED value IS 240 (94.14% from 255) = 40%

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

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

R = 40%
G = 31.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0BDAB (or 0xF0BDAB) is known color: Zinnwaldite. HEX triplet: F0, BD and AB. RGB value is (240,189,171). Sum of RGB (Red+Green+Blue) = 240+189+171=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDAB is #0F4254. Grayscale: #CACACA. Windows color (decimal): -1000021 or 11255280. OLE color: 11255280.

HSL color Cylindrical-coordinate representation of color #F0BDAB: hue angle of 15.65º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0BDAB is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 171 -
CMYK 0 0.21 0.29 0.06
HSL 15.65º 0.7% 0.81% -
HSV(B) 15.65º 0.29% 0.94% -
XYZ 61.48 57.86 46.46 -
YUV 202.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 240 189 171 0 0.21 0.29 0.06 15.65 0.7 0.81
Hex F0 BD AB 0 15 1D 6 10 46 51
Octal 360 275 253 0 25 35 6 20 106 121
Binary 11110000 10111101 10101011 0 10101 11101 110 10000 1000110 1010001

Color Harmonies of #F0BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDAB

Black with #F0BDAB

Text Example


Text Example

White with #F0BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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