#FCCDF5

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

Shades of Snuff #FCCDF5

Tints of Snuff #FCCDF5

Color information

#FCCDF5 (or 0xFCCDF5) is unknown color: approx Snuff. HEX triplet: FC, CD and F5. RGB value is (252,205,245). Sum of RGB (Red+Green+Blue) = 252+205+245=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF5 is #03320A. Grayscale: #DFDFDF. Windows color (decimal): -209419 or 16109052. OLE color: 16109052.

HSL color Cylindrical-coordinate representation of color #FCCDF5: hue angle of 308.94º degrees, saturation: 0.89, 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 #FCCDF5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252205245-
CMYK00.190.030.01
HSL308.94º88.68%89.61%-
HSV(B)308.94º18.65%98.82%-
XYZ78.4670.9595.95-
YUV223.61140.07148.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 205 (80.47% from 255) = 29.20%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=35.90%
G=29.20%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220524500.190.030.01308.9488.6889.61
HexFCCDF501331135595a
Octal37431536502331465131132
Binary11111100110011011111010101001111110011010110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDF5; }

 p { color: rgb(252,205,245); }

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

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

 a { background-color: rgb(252,205,245); }

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

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

 span { border-color: rgb(252,205,245); }

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