#FEC5F7

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

Shades of Snuff #FEC5F7

Tints of Snuff #FEC5F7

Color information

#FEC5F7 (or 0xFEC5F7) is unknown color: approx Snuff. HEX triplet: FE, C5 and F7. RGB value is (254,197,247). Sum of RGB (Red+Green+Blue) = 254+197+247=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 197 (77.34% from 255 or 28.22% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5F7 is #013A08. Grayscale: #DBDBDB. Windows color (decimal): -80393 or 16238078. OLE color: 16238078.

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

Color convert

RGB254197247-
CMYK00.220.030.00
HSL307.37º96.61%88.43%-
HSV(B)307.37º22.44%99.61%-
XYZ77.6367.7296.98-
YUV219.74143.38152.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 197 (77.34% from 255) = 28.22%
BLUE value IS 247 (96.88% from 255) = 35.39%
R=36.39%
G=28.22%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419724700.220.030.00307.3796.6188.43
HexFEC5F7016301336158
Octal37630536702630463141130
Binary11111110110001011111011101011011010011001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5F7; }

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

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

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

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

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

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

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

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