#FFDCF9

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

Shades of Snuff #FFDCF9

Tints of Snuff #FFDCF9

Color information

#FFDCF9 (or 0xFFDCF9) is unknown color: approx Snuff. HEX triplet: FF, DC and F9. RGB value is (255,220,249). Sum of RGB (Red+Green+Blue) = 255+220+249=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 220 (86.33% from 255 or 30.39% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF9 is #002306. Grayscale: #E9E9E9. Windows color (decimal): -8967 or 16375039. OLE color: 16375039.

HSL color Cylindrical-coordinate representation of color #FFDCF9: hue angle of 310.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDCF9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255220249-
CMYK00.140.020
HSL310.29º100%93.14%-
HSV(B)310.29º13.73%100%-
XYZ83.9379.29100.5-
YUV233.77136.6143.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 220 (86.33% from 255) = 30.39%
BLUE value IS 249 (97.66% from 255) = 34.39%
R=35.22%
G=30.39%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522024900.140.020310.2910093.14
HexFFDCF90E20136645d
Octal37733437101620466144135
Binary1111111111011100111110010111010010011011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCF9; }

 p { color: rgb(255,220,249); }

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

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

 a { background-color: rgb(255,220,249); }

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

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

 span { border-color: rgb(255,220,249); }

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