#FEC3F6

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

Shades of Snuff #FEC3F6

Tints of Snuff #FEC3F6

Color information

#FEC3F6 (or 0xFEC3F6) is unknown color: approx Snuff. HEX triplet: FE, C3 and F6. RGB value is (254,195,246). Sum of RGB (Red+Green+Blue) = 254+195+246=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 195 (76.56% from 255 or 28.06% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F6 is #013C09. Grayscale: #DADADA. Windows color (decimal): -80906 or 16172030. OLE color: 16172030.

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

Color convert

RGB254195246-
CMYK00.230.030.00
HSL308.14º96.72%88.04%-
HSV(B)308.14º23.23%99.61%-
XYZ77.0266.7596.01-
YUV218.46143.55153.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 195 (76.56% from 255) = 28.06%
BLUE value IS 246 (96.48% from 255) = 35.40%
R=36.55%
G=28.06%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419524600.230.030.00308.1496.7288.04
HexFEC3F6017301346158
Octal37630336602730464141130
Binary11111110110000111111011001011111010011010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3F6; }

 p { color: rgb(254,195,246); }

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

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

 a { background-color: rgb(254,195,246); }

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

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

 span { border-color: rgb(254,195,246); }

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