#FECAFA

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

Shades of Snuff #FECAFA

Tints of Snuff #FECAFA

Color information

#FECAFA (or 0xFECAFA) is unknown color: approx Snuff. HEX triplet: FE, CA and FA. RGB value is (254,202,250). Sum of RGB (Red+Green+Blue) = 254+202+250=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 202 (79.30% from 255 or 28.61% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFA is #013505. Grayscale: #DEDEDE. Windows color (decimal): -79110 or 16435966. OLE color: 16435966.

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

Color convert

RGB254202250-
CMYK00.200.020.00
HSL304.62º96.3%89.41%-
HSV(B)304.62º20.47%99.61%-
XYZ79.2570.2199.82-
YUV223.02143.23150.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 202 (79.30% from 255) = 28.61%
BLUE value IS 250 (98.05% from 255) = 35.41%
R=35.98%
G=28.61%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420225000.200.020.00304.6296.389.41
HexFECAFA014201316059
Octal37631237202420461140131
Binary11111110110010101111101001010010010011000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAFA; }

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

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

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

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

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

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

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

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