#FECEFB

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

Shades of Snuff #FECEFB

Tints of Snuff #FECEFB

Color information

#FECEFB (or 0xFECEFB) is unknown color: approx Snuff. HEX triplet: FE, CE and FB. RGB value is (254,206,251). Sum of RGB (Red+Green+Blue) = 254+206+251=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 206 (80.86% from 255 or 28.97% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFB is #013104. Grayscale: #E1E1E1. Windows color (decimal): -78085 or 16502526. OLE color: 16502526.

HSL color Cylindrical-coordinate representation of color #FECEFB: hue angle of 303.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEFB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254206251-
CMYK00.190.010.00
HSL303.75º96%90.2%-
HSV(B)303.75º18.9%99.61%-
XYZ80.3672.18100.96-
YUV225.48142.4148.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 206 (80.86% from 255) = 28.97%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=35.72%
G=28.97%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420625100.190.010.00303.759690.2
HexFECEFB01310130605a
Octal37631637302310460140132
Binary1111111011001110111110110100111010011000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEFB; }

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

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

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

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

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

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

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

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