#FEC0FD

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

Shades of Snuff #FEC0FD

Tints of Snuff #FEC0FD

Color information

#FEC0FD (or 0xFEC0FD) is unknown color: approx Snuff. HEX triplet: FE, C0 and FD. RGB value is (254,192,253). Sum of RGB (Red+Green+Blue) = 254+192+253=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 192 (75.39% from 255 or 27.47% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0FD is #013F02. Grayscale: #D9D9D9. Windows color (decimal): -81667 or 16630014. OLE color: 16630014.

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

Color convert

RGB254192253-
CMYK00.240.000.00
HSL300.97º96.88%87.45%-
HSV(B)300.97º24.41%99.61%-
XYZ77.4565.86101.56-
YUV217.49148.04154.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 192 (75.39% from 255) = 27.47%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=36.34%
G=27.47%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419225300.240.000.00300.9796.8887.45
HexFEC0FD0180012d6157
Octal37630037503000455141127
Binary1111111011000000111111010110000010010110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0FD; }

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

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

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

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

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

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

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

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