#FDCCFD

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

Shades of Snuff #FDCCFD

Tints of Snuff #FDCCFD

Color information

#FDCCFD (or 0xFDCCFD) is unknown color: approx Snuff. HEX triplet: FD, CC and FD. RGB value is (253,204,253). Sum of RGB (Red+Green+Blue) = 253+204+253=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 204 (80.08% from 255 or 28.73% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDCCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFD is #023302. Grayscale: #E0E0E0. Windows color (decimal): -144131 or 16633085. OLE color: 16633085.

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

Color convert

RGB253204253-
CMYK00.1900.01
HSL300º92.45%89.61%-
HSV(B)300º19.37%99.22%-
XYZ79.8371.16102.46-
YUV224.24144.23148.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 204 (80.08% from 255) = 28.73%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=35.63%
G=28.73%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320425300.1900.0130092.4589.61
HexFDCCFD0130112c5c5a
Octal37531437502301454134132
Binary1111110111001100111111010100110110010110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCFD; }

 p { color: rgb(253,204,253); }

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

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

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

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

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

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

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