#FEC9FD

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

Shades of Snuff #FEC9FD

Tints of Snuff #FEC9FD

Color information

#FEC9FD (or 0xFEC9FD) is unknown color: approx Snuff. HEX triplet: FE, C9 and FD. RGB value is (254,201,253). Sum of RGB (Red+Green+Blue) = 254+201+253=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 201 (78.91% from 255 or 28.39% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FD is #013602. Grayscale: #DEDEDE. Windows color (decimal): -79363 or 16632318. OLE color: 16632318.

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

Color convert

RGB254201253-
CMYK00.210.000.00
HSL301.13º96.36%89.22%-
HSV(B)301.13º20.87%99.61%-
XYZ79.4969.94102.24-
YUV222.78145.06150.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 201 (78.91% from 255) = 28.39%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=35.88%
G=28.39%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420125300.210.000.00301.1396.3689.22
HexFEC9FD0150012d6059
Octal37631137502500455140131
Binary1111111011001001111111010101010010010110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9FD; }

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

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

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

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

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

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

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

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