#FEC4FD

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

Shades of Snuff #FEC4FD

Tints of Snuff #FEC4FD

Color information

#FEC4FD (or 0xFEC4FD) is unknown color: approx Snuff. HEX triplet: FE, C4 and FD. RGB value is (254,196,253). Sum of RGB (Red+Green+Blue) = 254+196+253=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 196 (76.95% from 255 or 27.88% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4FD is #013B02. Grayscale: #DBDBDB. Windows color (decimal): -80643 or 16631038. OLE color: 16631038.

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

Color convert

RGB254196253-
CMYK00.230.000.00
HSL301.03º96.67%88.24%-
HSV(B)301.03º22.83%99.61%-
XYZ78.3467.64101.86-
YUV219.84146.72152.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 196 (76.95% from 255) = 27.88%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=36.13%
G=27.88%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419625300.230.000.00301.0396.6788.24
HexFEC4FD0170012d6158
Octal37630437502700455141130
Binary1111111011000100111111010101110010010110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4FD; }

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

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

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

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

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

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

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

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