#FDC9FF

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

Shades of Snuff #FDC9FF

Tints of Snuff #FDC9FF

Color information

#FDC9FF (or 0xFDC9FF) is unknown color: approx Snuff. HEX triplet: FD, C9 and FF. RGB value is (253,201,255). Sum of RGB (Red+Green+Blue) = 253+201+255=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 201 (78.91% from 255 or 28.35% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC9FF is #023600. Grayscale: #DEDEDE. Windows color (decimal): -144897 or 16763389. OLE color: 16763389.

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

Color convert

RGB253201255-
CMYK0.010.2100
HSL297.78º100%89.41%-
HSV(B)297.78º21.18%100%-
XYZ79.4469.88103.91-
YUV222.7146.23149.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 201 (78.91% from 255) = 28.35%
BLUE value IS 255 (100% from 255) = 35.97%
R=35.68%
G=28.35%
B=35.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532012550.010.2100297.7810089.41
HexFDC9FF1150012a6459
Octal37531137712500452144131
Binary1111110111001001111111111101010010010101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC9FF; }

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

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

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

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

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

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

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

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