#FEC1FD

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

Shades of Snuff #FEC1FD

Tints of Snuff #FEC1FD

Color information

#FEC1FD (or 0xFEC1FD) is unknown color: approx Snuff. HEX triplet: FE, C1 and FD. RGB value is (254,193,253). Sum of RGB (Red+Green+Blue) = 254+193+253=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 193 (75.78% from 255 or 27.57% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1FD is #013E02. Grayscale: #D9D9D9. Windows color (decimal): -81411 or 16630270. OLE color: 16630270.

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

Color convert

RGB254193253-
CMYK00.240.000.00
HSL300.98º96.83%87.65%-
HSV(B)300.98º24.02%99.61%-
XYZ77.6766.3101.63-
YUV218.08147.71153.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 193 (75.78% from 255) = 27.57%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=36.29%
G=27.57%
B=36.14%

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
Decimal25419325300.240.000.00300.9896.8387.65
HexFEC1FD0180012d6158
Octal37630137503000455141130
Binary1111111011000001111111010110000010010110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1FD; }

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

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

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

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

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

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

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

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