#F0D6EE

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

Shades of Snuff #F0D6EE

Tints of Snuff #F0D6EE

Color information

#F0D6EE (or 0xF0D6EE) is unknown color: approx Snuff. HEX triplet: F0, D6 and EE. RGB value is (240,214,238). Sum of RGB (Red+Green+Blue) = 240+214+238=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6EE is #0F2911. Grayscale: #E0E0E0. Windows color (decimal): -993554 or 15652592. OLE color: 15652592.

HSL color Cylindrical-coordinate representation of color #F0D6EE: hue angle of 304.62º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D6EE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240214238-
CMYK00.110.010.06
HSL304.62º46.43%89.02%-
HSV(B)304.62º10.83%94.12%-
XYZ75.4172.7990.96-
YUV224.51135.61139.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 214 (83.98% from 255) = 30.92%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=34.68%
G=30.92%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021423800.110.010.06304.6246.4389.02
HexF0D6EE0B161312e59
Octal3603263560131646156131
Binary1111000011010110111011100101111101001100011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D6EE; }

 p { color: rgb(240,214,238); }

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

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

 a { background-color: rgb(240,214,238); }

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

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

 span { border-color: rgb(240,214,238); }

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