#FDC0FD

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

Shades of Snuff #FDC0FD

Tints of Snuff #FDC0FD

Color information

#FDC0FD (or 0xFDC0FD) is unknown color: approx Snuff. HEX triplet: FD, C0 and FD. RGB value is (253,192,253). Sum of RGB (Red+Green+Blue) = 253+192+253=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 192 (75.39% from 255 or 27.51% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC0FD is #023F02. Grayscale: #D9D9D9. Windows color (decimal): -147203 or 16630013. OLE color: 16630013.

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

Color convert

RGB253192253-
CMYK00.2400.01
HSL300º93.85%87.25%-
HSV(B)300º24.11%99.22%-
XYZ77.0965.67101.54-
YUV217.19148.21153.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 192 (75.39% from 255) = 27.51%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=36.25%
G=27.51%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319225300.2400.0130093.8587.25
HexFDC0FD0180112c5e57
Octal37530037503001454136127
Binary1111110111000000111111010110000110010110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC0FD; }

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

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

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

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

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

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

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

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