#F0CDEE

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

Shades of Snuff #F0CDEE

Tints of Snuff #F0CDEE

Color information

#F0CDEE (or 0xF0CDEE) is unknown color: approx Snuff. HEX triplet: F0, CD and EE. RGB value is (240,205,238). Sum of RGB (Red+Green+Blue) = 240+205+238=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDEE is #0F3211. Grayscale: #DBDBDB. Windows color (decimal): -995858 or 15650288. OLE color: 15650288.

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

Color convert

RGB240205238-
CMYK00.150.010.06
HSL303.43º53.85%87.25%-
HSV(B)303.43º14.58%94.12%-
XYZ73.268.3690.23-
YUV219.23138.6142.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 30.01%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=35.14%
G=30.01%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020523800.150.010.06303.4353.8587.25
HexF0CDEE0F1612f3657
Octal3603153560171645766127
Binary1111000011001101111011100111111101001011111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDEE; }

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

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

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

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

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

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

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

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