#FDC3FD

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

Shades of Snuff #FDC3FD

Tints of Snuff #FDC3FD

Color information

#FDC3FD (or 0xFDC3FD) is unknown color: approx Snuff. HEX triplet: FD, C3 and FD. RGB value is (253,195,253). Sum of RGB (Red+Green+Blue) = 253+195+253=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 195 (76.56% from 255 or 27.82% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3FD is #023C02. Grayscale: #DADADA. Windows color (decimal): -146435 or 16630781. OLE color: 16630781.

HSL color Cylindrical-coordinate representation of color #FDC3FD: hue angle of 300º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3FD is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB253195253-
CMYK00.2300.01
HSL300º93.55%87.84%-
HSV(B)300º22.92%99.22%-
XYZ77.7567101.76-
YUV218.95147.22152.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 195 (76.56% from 255) = 27.82%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=36.09%
G=27.82%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319525300.2300.0130093.5587.84
HexFDC3FD0170112c5e58
Octal37530337502701454136130
Binary1111110111000011111111010101110110010110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC3FD; }

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

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

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

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

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

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

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

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