#FEC5FD

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

Shades of Snuff #FEC5FD

Tints of Snuff #FEC5FD

Color information

#FEC5FD (or 0xFEC5FD) is unknown color: approx Snuff. HEX triplet: FE, C5 and FD. RGB value is (254,197,253). Sum of RGB (Red+Green+Blue) = 254+197+253=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 197 (77.34% from 255 or 27.98% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5FD is #013A02. Grayscale: #DCDCDC. Windows color (decimal): -80387 or 16631294. OLE color: 16631294.

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

Color convert

RGB254197253-
CMYK00.220.000.00
HSL301.05º96.61%88.43%-
HSV(B)301.05º22.44%99.61%-
XYZ78.5768.1101.93-
YUV220.43146.38151.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 197 (77.34% from 255) = 27.98%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=36.08%
G=27.98%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419725300.220.000.00301.0596.6188.43
HexFEC5FD0160012d6158
Octal37630537502600455141130
Binary1111111011000101111111010101100010010110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5FD; }

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

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

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

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

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

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

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

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