#FCDFF6

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

Shades of Snuff #FCDFF6

Tints of Snuff #FCDFF6

Color information

#FCDFF6 (or 0xFCDFF6) is unknown color: approx Snuff. HEX triplet: FC, DF and F6. RGB value is (252,223,246). Sum of RGB (Red+Green+Blue) = 252+223+246=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF6 is #032009. Grayscale: #EAEAEA. Windows color (decimal): -204810 or 16179196. OLE color: 16179196.

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

Color convert

RGB252223246-
CMYK00.120.020.01
HSL312.41º82.86%93.14%-
HSV(B)312.41º11.51%98.82%-
XYZ83.1780.1298.27-
YUV234.29134.61140.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 223 (87.5% from 255) = 30.93%
BLUE value IS 246 (96.48% from 255) = 34.12%
R=34.95%
G=30.93%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222324600.120.020.01312.4182.8693.14
HexFCDFF60C21138535d
Octal37433736601421470123135
Binary1111110011011111111101100110010110011100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFF6; }

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

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

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

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

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

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

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

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