#F0BCAD

Color #F0BCAD Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #F0BCAD

Tints of Zinnwaldite #F0BCAD

Color information

#F0BCAD (or 0xF0BCAD) is unknown color: approx Zinnwaldite. HEX triplet: F0, BC and AD. RGB value is (240,188,173). Sum of RGB (Red+Green+Blue) = 240+188+173=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCAD is #0F4352. Grayscale: #C9C9C9. Windows color (decimal): -1000275 or 11386096. OLE color: 11386096.

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

Color convert

RGB240188173-
CMYK00.220.280.06
HSL13.43º69.07%80.98%-
HSV(B)13.43º27.92%94.12%-
XYZ61.4657.5147.4-
YUV201.84111.73155.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=39.93%
G=31.28%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018817300.220.280.0613.4369.0780.98
HexF0BCAD0161C6d4551
Octal36027425502634615105121
Binary11110000101111001010110101011011100110110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCAD; }

 p { color: rgb(240,188,173); }

 H1.HeaderClassName
 {
   color: #F0BCAD;
 }
 .AnyTagClassName
 {
   color: #F0BCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(240,188,173); }

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

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

 span { border-color: rgb(240,188,173); }

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