#FCDCF7

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

Shades of Snuff #FCDCF7

Tints of Snuff #FCDCF7

Color information

#FCDCF7 (or 0xFCDCF7) is unknown color: approx Snuff. HEX triplet: FC, DC and F7. RGB value is (252,220,247). Sum of RGB (Red+Green+Blue) = 252+220+247=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF7 is #032308. Grayscale: #E8E8E8. Windows color (decimal): -205577 or 16243964. OLE color: 16243964.

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

Color convert

RGB252220247-
CMYK00.130.020.01
HSL309.38º84.21%92.55%-
HSV(B)309.38º12.7%98.82%-
XYZ82.5378.698.82-
YUV232.65136.1141.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 247 (96.88% from 255) = 34.35%
R=35.05%
G=30.60%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222024700.130.020.01309.3884.2192.55
HexFCDCF70D21135545d
Octal37433436701521465124135
Binary1111110011011100111101110110110110011010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCF7; }

 p { color: rgb(252,220,247); }

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

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

 a { background-color: rgb(252,220,247); }

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

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

 span { border-color: rgb(252,220,247); }

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