#FFDCF8

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

Shades of Snuff #FFDCF8

Tints of Snuff #FFDCF8

Color information

#FFDCF8 (or 0xFFDCF8) is unknown color: approx Snuff. HEX triplet: FF, DC and F8. RGB value is (255,220,248). Sum of RGB (Red+Green+Blue) = 255+220+248=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF8 is #002307. Grayscale: #E9E9E9. Windows color (decimal): -8968 or 16309503. OLE color: 16309503.

HSL color Cylindrical-coordinate representation of color #FFDCF8: hue angle of 312º 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 #FFDCF8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255220248-
CMYK00.140.030
HSL312º100%93.14%-
HSV(B)312º13.73%100%-
XYZ83.7879.2299.68-
YUV233.66136.1143.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 220 (86.33% from 255) = 30.43%
BLUE value IS 248 (97.27% from 255) = 34.30%
R=35.27%
G=30.43%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522024800.140.03031210093.14
HexFFDCF80E30138645d
Octal37733437001630470144135
Binary1111111111011100111110000111011010011100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCF8; }

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

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

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

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

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

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

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

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