#FEE3FB

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

Shades of Selago #FEE3FB

Tints of Selago #FEE3FB

Color information

#FEE3FB (or 0xFEE3FB) is unknown color: approx Selago. HEX triplet: FE, E3 and FB. RGB value is (254,227,251). Sum of RGB (Red+Green+Blue) = 254+227+251=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 227 (89.06% from 255 or 31.01% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3FB is #011C04. Grayscale: #EDEDED. Windows color (decimal): -72709 or 16507902. OLE color: 16507902.

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

Color convert

RGB254227251-
CMYK00.110.010.00
HSL306.67º93.1%94.31%-
HSV(B)306.67º10.63%99.61%-
XYZ85.7582.97102.76-
YUV237.81135.45139.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 227 (89.06% from 255) = 31.01%
BLUE value IS 251 (98.44% from 255) = 34.29%
R=34.70%
G=31.01%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422725100.110.010.00306.6793.194.31
HexFEE3FB0B101335d5e
Octal37634337301310463135136
Binary111111101110001111111011010111010011001110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3FB; }

 p { color: rgb(254,227,251); }

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

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

 a { background-color: rgb(254,227,251); }

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

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

 span { border-color: rgb(254,227,251); }

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