#FECAFE

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

Shades of Snuff #FECAFE

Tints of Snuff #FECAFE

Color information

#FECAFE (or 0xFECAFE) is unknown color: approx Snuff. HEX triplet: FE, CA and FE. RGB value is (254,202,254). Sum of RGB (Red+Green+Blue) = 254+202+254=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 202 (79.30% from 255 or 28.45% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFE is #013501. Grayscale: #DFDFDF. Windows color (decimal): -79106 or 16698110. OLE color: 16698110.

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

Color convert

RGB254202254-
CMYK00.2000.00
HSL300º96.3%89.41%-
HSV(B)300º20.47%99.61%-
XYZ79.8870.47103.16-
YUV223.48145.23149.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 202 (79.30% from 255) = 28.45%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=35.77%
G=28.45%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420225400.2000.0030096.389.41
HexFECAFE0140012c6059
Octal37631237602400454140131
Binary1111111011001010111111100101000010010110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAFE; }

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

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

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

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

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

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

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

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