#FCCDF4

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

Shades of Snuff #FCCDF4

Tints of Snuff #FCCDF4

Color information

#FCCDF4 (or 0xFCCDF4) is unknown color: approx Snuff. HEX triplet: FC, CD and F4. RGB value is (252,205,244). Sum of RGB (Red+Green+Blue) = 252+205+244=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF4 is #03320B. Grayscale: #DFDFDF. Windows color (decimal): -209420 or 16043516. OLE color: 16043516.

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

Color convert

RGB252205244-
CMYK00.190.030.01
HSL310.21º88.68%89.61%-
HSV(B)310.21º18.65%98.82%-
XYZ78.3170.8995.14-
YUV223.5139.57148.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 205 (80.47% from 255) = 29.24%
BLUE value IS 244 (95.70% from 255) = 34.81%
R=35.95%
G=29.24%
B=34.81%

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
Decimal25220524400.190.030.01310.2188.6889.61
HexFCCDF401331136595a
Octal37431536402331466131132
Binary11111100110011011111010001001111110011011010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDF4; }

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

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

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

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

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

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

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

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