#FDC9FA

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

Shades of Snuff #FDC9FA

Tints of Snuff #FDC9FA

Color information

#FDC9FA (or 0xFDC9FA) is unknown color: approx Snuff. HEX triplet: FD, C9 and FA. RGB value is (253,201,250). Sum of RGB (Red+Green+Blue) = 253+201+250=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 201 (78.91% from 255 or 28.55% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC9FA is #023605. Grayscale: #DDDDDD. Windows color (decimal): -144902 or 16435709. OLE color: 16435709.

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

Color convert

RGB253201250-
CMYK00.210.010.01
HSL303.46º92.86%89.02%-
HSV(B)303.46º20.55%99.22%-
XYZ78.6569.5699.72-
YUV222.13143.73150.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 201 (78.91% from 255) = 28.55%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=35.94%
G=28.55%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320125000.210.010.01303.4692.8689.02
HexFDC9FA0151112f5d59
Octal37531137202511457135131
Binary1111110111001001111110100101011110010111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC9FA; }

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

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

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

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

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

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

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

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