#FDC8FC

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

Shades of Snuff #FDC8FC

Tints of Snuff #FDC8FC

Color information

#FDC8FC (or 0xFDC8FC) is unknown color: approx Snuff. HEX triplet: FD, C8 and FC. RGB value is (253,200,252). Sum of RGB (Red+Green+Blue) = 253+200+252=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 200 (78.52% from 255 or 28.37% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8FC is #023703. Grayscale: #DDDDDD. Windows color (decimal): -145156 or 16566525. OLE color: 16566525.

HSL color Cylindrical-coordinate representation of color #FDC8FC: hue angle of 301.13º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC8FC is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB253200252-
CMYK00.210.000.01
HSL301.13º92.98%88.82%-
HSV(B)301.13º20.95%99.22%-
XYZ78.7369.22101.31-
YUV221.77145.06150.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 200 (78.52% from 255) = 28.37%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=35.89%
G=28.37%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320025200.210.000.01301.1392.9888.82
HexFDC8FC0150112d5d59
Octal37531037402501455135131
Binary1111110111001000111111000101010110010110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC8FC; }

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

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

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

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

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

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

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

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