#FECEFF

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

Shades of Snuff #FECEFF

Tints of Snuff #FECEFF

Color information

#FECEFF (or 0xFECEFF) is unknown color: approx Snuff. HEX triplet: FE, CE and FF. RGB value is (254,206,255). Sum of RGB (Red+Green+Blue) = 254+206+255=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 206 (80.86% from 255 or 28.81% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFF is #013100. Grayscale: #E1E1E1. Windows color (decimal): -78081 or 16764670. OLE color: 16764670.

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

Color convert

RGB254206255-
CMYK0.000.1900
HSL298.78º100%90.39%-
HSV(B)298.78º19.22%100%-
XYZ80.9972.43104.32-
YUV225.94144.4148.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 206 (80.86% from 255) = 28.81%
BLUE value IS 255 (100% from 255) = 35.66%
R=35.52%
G=28.81%
B=35.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542062550.000.1900298.7810090.39
HexFECEFF0130012b645a
Octal37631637702300453144132
Binary1111111011001110111111110100110010010101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEFF; }

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

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

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

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

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

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

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

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