#FECBFF

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

Shades of Snuff #FECBFF

Tints of Snuff #FECBFF

Color information

#FECBFF (or 0xFECBFF) is unknown color: approx Snuff. HEX triplet: FE, CB and FF. RGB value is (254,203,255). Sum of RGB (Red+Green+Blue) = 254+203+255=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 203 (79.69% from 255 or 28.51% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBFF is #013400. Grayscale: #E0E0E0. Windows color (decimal): -78849 or 16763902. OLE color: 16763902.

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

Color convert

RGB254203255-
CMYK0.000.2000
HSL298.85º100%89.8%-
HSV(B)298.85º20.39%100%-
XYZ80.2871104.08-
YUV224.18145.4149.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 203 (79.69% from 255) = 28.51%
BLUE value IS 255 (100% from 255) = 35.81%
R=35.67%
G=28.51%
B=35.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542032550.000.2000298.8510089.8
HexFECBFF0140012b645a
Octal37631337702400453144132
Binary1111111011001011111111110101000010010101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBFF; }

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

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

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

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

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

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

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

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