#FEC1FF

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

Shades of Snuff #FEC1FF

Tints of Snuff #FEC1FF

Color information

#FEC1FF (or 0xFEC1FF) is unknown color: approx Snuff. HEX triplet: FE, C1 and FF. RGB value is (254,193,255). Sum of RGB (Red+Green+Blue) = 254+193+255=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 193 (75.78% from 255 or 27.49% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1FF is #013E00. Grayscale: #DADADA. Windows color (decimal): -81409 or 16761342. OLE color: 16761342.

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

Color convert

RGB254193255-
CMYK0.000.2400
HSL299.03º100%87.84%-
HSV(B)299.03º24.31%100%-
XYZ77.9966.43103.32-
YUV218.31148.71153.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 193 (75.78% from 255) = 27.49%
BLUE value IS 255 (100% from 255) = 36.32%
R=36.18%
G=27.49%
B=36.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541932550.000.2400299.0310087.84
HexFEC1FF0180012b6458
Octal37630137703000453144130
Binary1111111011000001111111110110000010010101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1FF; }

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

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

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

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

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

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

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

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