#FDCDFC

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

Shades of Snuff #FDCDFC

Tints of Snuff #FDCDFC

Color information

#FDCDFC (or 0xFDCDFC) is unknown color: approx Snuff. HEX triplet: FD, CD and FC. RGB value is (253,205,252). Sum of RGB (Red+Green+Blue) = 253+205+252=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 205 (80.47% from 255 or 28.87% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDFC is #023203. Grayscale: #E0E0E0. Windows color (decimal): -143876 or 16567805. OLE color: 16567805.

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

Color convert

RGB253205252-
CMYK00.190.000.01
HSL301.25º92.31%89.8%-
HSV(B)301.25º18.97%99.22%-
XYZ79.9171.57101.7-
YUV224.71143.4148.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 205 (80.47% from 255) = 28.87%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=35.63%
G=28.87%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320525200.190.000.01301.2592.3189.8
HexFDCDFC0130112d5c5a
Octal37531537402301455134132
Binary1111110111001101111111000100110110010110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDFC; }

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

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

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

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

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

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

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

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