#FECAFB

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

Shades of Snuff #FECAFB

Tints of Snuff #FECAFB

Color information

#FECAFB (or 0xFECAFB) is unknown color: approx Snuff. HEX triplet: FE, CA and FB. RGB value is (254,202,251). Sum of RGB (Red+Green+Blue) = 254+202+251=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 202 (79.30% from 255 or 28.57% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFB is #013504. Grayscale: #DEDEDE. Windows color (decimal): -79109 or 16501502. OLE color: 16501502.

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

Color convert

RGB254202251-
CMYK00.200.010.00
HSL303.46º96.3%89.41%-
HSV(B)303.46º20.47%99.61%-
XYZ79.4170.28100.65-
YUV223.13143.73150.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 202 (79.30% from 255) = 28.57%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=35.93%
G=28.57%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420225100.200.010.00303.4696.389.41
HexFECAFB0141012f6059
Octal37631237302410457140131
Binary1111111011001010111110110101001010010111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAFB; }

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

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

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

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

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

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

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

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