#FDC8FF

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

Shades of Snuff #FDC8FF

Tints of Snuff #FDC8FF

Color information

#FDC8FF (or 0xFDC8FF) is unknown color: approx Snuff. HEX triplet: FD, C8 and FF. RGB value is (253,200,255). Sum of RGB (Red+Green+Blue) = 253+200+255=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 200 (78.52% from 255 or 28.25% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8FF is #023700. Grayscale: #DDDDDD. Windows color (decimal): -145153 or 16763133. OLE color: 16763133.

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

Color convert

RGB253200255-
CMYK0.010.2200
HSL297.82º100%89.22%-
HSV(B)297.82º21.57%100%-
XYZ79.2169.41103.83-
YUV222.12146.56150.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 200 (78.52% from 255) = 28.25%
BLUE value IS 255 (100% from 255) = 36.02%
R=35.73%
G=28.25%
B=36.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532002550.010.2200297.8210089.22
HexFDC8FF1160012a6459
Octal37531037712600452144131
Binary1111110111001000111111111101100010010101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC8FF; }

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

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

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

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

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

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

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

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