#FDCDF9

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

Shades of Snuff #FDCDF9

Tints of Snuff #FDCDF9

Color information

#FDCDF9 (or 0xFDCDF9) is unknown color: approx Snuff. HEX triplet: FD, CD and F9. RGB value is (253,205,249). Sum of RGB (Red+Green+Blue) = 253+205+249=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF9 is #023206. Grayscale: #E0E0E0. Windows color (decimal): -143879 or 16371197. OLE color: 16371197.

HSL color Cylindrical-coordinate representation of color #FDCDF9: hue angle of 305º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDF9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253205249-
CMYK00.190.020.01
HSL305º92.31%89.8%-
HSV(B)305º18.97%99.22%-
XYZ79.4471.3899.21-
YUV224.37141.9148.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 205 (80.47% from 255) = 29.00%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=35.79%
G=29.00%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320524900.190.020.0130592.3189.8
HexFDCDF9013211315c5a
Octal37531537102321461134132
Binary11111101110011011111100101001110110011000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDF9; }

 p { color: rgb(253,205,249); }

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

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

 a { background-color: rgb(253,205,249); }

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

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

 span { border-color: rgb(253,205,249); }

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