#FCCDF6

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

Shades of Snuff #FCCDF6

Tints of Snuff #FCCDF6

Color information

#FCCDF6 (or 0xFCCDF6) is unknown color: approx Snuff. HEX triplet: FC, CD and F6. RGB value is (252,205,246). Sum of RGB (Red+Green+Blue) = 252+205+246=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF6 is #033209. Grayscale: #DFDFDF. Windows color (decimal): -209418 or 16174588. OLE color: 16174588.

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

Color convert

RGB252205246-
CMYK00.190.020.01
HSL307.66º88.68%89.61%-
HSV(B)307.66º18.65%98.82%-
XYZ78.6171.0196.75-
YUV223.73140.57148.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 205 (80.47% from 255) = 29.16%
BLUE value IS 246 (96.48% from 255) = 34.99%
R=35.85%
G=29.16%
B=34.99%

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
Decimal25220524600.190.020.01307.6688.6889.61
HexFCCDF601321134595a
Octal37431536602321464131132
Binary11111100110011011111011001001110110011010010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDF6; }

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

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

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

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

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

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

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

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