#FECAFC

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

Shades of Snuff #FECAFC

Tints of Snuff #FECAFC

Color information

#FECAFC (or 0xFECAFC) is unknown color: approx Snuff. HEX triplet: FE, CA and FC. RGB value is (254,202,252). Sum of RGB (Red+Green+Blue) = 254+202+252=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 202 (79.30% from 255 or 28.53% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFC is #013503. Grayscale: #DFDFDF. Windows color (decimal): -79108 or 16567038. OLE color: 16567038.

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

Color convert

RGB254202252-
CMYK00.200.010.00
HSL302.31º96.3%89.41%-
HSV(B)302.31º20.47%99.61%-
XYZ79.5670.34101.48-
YUV223.25144.23149.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 202 (79.30% from 255) = 28.53%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=35.88%
G=28.53%
B=35.59%

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
Decimal25420225200.200.010.00302.3196.389.41
HexFECAFC0141012e6059
Octal37631237402410456140131
Binary1111111011001010111111000101001010010111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAFC; }

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

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

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

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

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

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

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

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