#FDC2FD

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

Shades of Snuff #FDC2FD

Tints of Snuff #FDC2FD

Color information

#FDC2FD (or 0xFDC2FD) is unknown color: approx Snuff. HEX triplet: FD, C2 and FD. RGB value is (253,194,253). Sum of RGB (Red+Green+Blue) = 253+194+253=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 194 (76.17% from 255 or 27.71% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2FD is #023D02. Grayscale: #DADADA. Windows color (decimal): -146691 or 16630525. OLE color: 16630525.

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

Color convert

RGB253194253-
CMYK00.2300.01
HSL300º93.65%87.65%-
HSV(B)300º23.32%99.22%-
XYZ77.5366.56101.69-
YUV218.37147.55152.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 194 (76.17% from 255) = 27.71%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=36.14%
G=27.71%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319425300.2300.0130093.6587.65
HexFDC2FD0170112c5e58
Octal37530237502701454136130
Binary1111110111000010111111010101110110010110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2FD; }

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

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

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

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

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

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

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

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