#FEC3FB

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

Shades of Snuff #FEC3FB

Tints of Snuff #FEC3FB

Color information

#FEC3FB (or 0xFEC3FB) is unknown color: approx Snuff. HEX triplet: FE, C3 and FB. RGB value is (254,195,251). Sum of RGB (Red+Green+Blue) = 254+195+251=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 195 (76.56% from 255 or 27.86% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FB is #013C04. Grayscale: #DADADA. Windows color (decimal): -80901 or 16499710. OLE color: 16499710.

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

Color convert

RGB254195251-
CMYK00.230.010.00
HSL303.05º96.72%88.04%-
HSV(B)303.05º23.23%99.61%-
XYZ77.867.07100.11-
YUV219.02146.05152.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 195 (76.56% from 255) = 27.86%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=36.29%
G=27.86%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419525100.230.010.00303.0596.7288.04
HexFEC3FB0171012f6158
Octal37630337302710457141130
Binary1111111011000011111110110101111010010111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3FB; }

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

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

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

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

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

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

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

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