#FECFFB

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

Shades of Snuff #FECFFB

Tints of Snuff #FECFFB

Color information

#FECFFB (or 0xFECFFB) is unknown color: approx Snuff. HEX triplet: FE, CF and FB. RGB value is (254,207,251). Sum of RGB (Red+Green+Blue) = 254+207+251=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 207 (81.25% from 255 or 29.07% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFB is #013004. Grayscale: #E1E1E1. Windows color (decimal): -77829 or 16502782. OLE color: 16502782.

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

Color convert

RGB254207251-
CMYK00.190.010.00
HSL303.83º95.92%90.39%-
HSV(B)303.83º18.5%99.61%-
XYZ80.672.66101.04-
YUV226.07142.07147.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 207 (81.25% from 255) = 29.07%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=35.67%
G=29.07%
B=35.25%

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
Decimal25420725100.190.010.00303.8395.9290.39
HexFECFFB01310130605a
Octal37631737302310460140132
Binary1111111011001111111110110100111010011000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFFB; }

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

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

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

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

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

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

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

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