#FEC8FD

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

Shades of Snuff #FEC8FD

Tints of Snuff #FEC8FD

Color information

#FEC8FD (or 0xFEC8FD) is unknown color: approx Snuff. HEX triplet: FE, C8 and FD. RGB value is (254,200,253). Sum of RGB (Red+Green+Blue) = 254+200+253=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 200 (78.52% from 255 or 28.29% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8FD is #013702. Grayscale: #DEDEDE. Windows color (decimal): -79619 or 16632062. OLE color: 16632062.

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

Color convert

RGB254200253-
CMYK00.210.000.00
HSL301.11º96.43%89.02%-
HSV(B)301.11º21.26%99.61%-
XYZ79.2669.47102.16-
YUV222.19145.39150.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 200 (78.52% from 255) = 28.29%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=35.93%
G=28.29%
B=35.79%

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
Decimal25420025300.210.000.00301.1196.4389.02
HexFEC8FD0150012d6059
Octal37631037502500455140131
Binary1111111011001000111111010101010010010110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8FD; }

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

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

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

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

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

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

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

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