#FEC3FF

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

Shades of Snuff #FEC3FF

Tints of Snuff #FEC3FF

Color information

#FEC3FF (or 0xFEC3FF) is unknown color: approx Snuff. HEX triplet: FE, C3 and FF. RGB value is (254,195,255). Sum of RGB (Red+Green+Blue) = 254+195+255=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 195 (76.56% from 255 or 27.70% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FF is #013C00. Grayscale: #DBDBDB. Windows color (decimal): -80897 or 16761854. OLE color: 16761854.

HSL color Cylindrical-coordinate representation of color #FEC3FF: hue angle of 299º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC3FF is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254195255-
CMYK0.000.2400
HSL299º100%88.24%-
HSV(B)299º23.53%100%-
XYZ78.4467.32103.47-
YUV219.48148.05152.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 195 (76.56% from 255) = 27.70%
BLUE value IS 255 (100% from 255) = 36.22%
R=36.08%
G=27.70%
B=36.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541952550.000.240029910088.24
HexFEC3FF0180012b6458
Octal37630337703000453144130
Binary1111111011000011111111110110000010010101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3FF; }

 p { color: rgb(254,195,255); }

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

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

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

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

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

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

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