#FEE5F9

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

Shades of Selago #FEE5F9

Tints of Selago #FEE5F9

Color information

#FEE5F9 (or 0xFEE5F9) is unknown color: approx Selago. HEX triplet: FE, E5 and F9. RGB value is (254,229,249). Sum of RGB (Red+Green+Blue) = 254+229+249=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 229 (89.84% from 255 or 31.28% from 732); Blue value is 249 (97.66% from 255 or 34.02% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5F9 is #011A06. Grayscale: #EEEEEE. Windows color (decimal): -72199 or 16377342. OLE color: 16377342.

HSL color Cylindrical-coordinate representation of color #FEE5F9: hue angle of 312º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5F9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254229249-
CMYK00.100.020.00
HSL312º92.59%94.71%-
HSV(B)312º9.84%99.61%-
XYZ85.9983.95101.29-
YUV238.76133.78138.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 229 (89.84% from 255) = 31.28%
BLUE value IS 249 (97.66% from 255) = 34.02%
R=34.70%
G=31.28%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422924900.100.020.0031292.5994.71
HexFEE5F90A201385d5f
Octal37634537101220470135137
Binary1111111011100101111110010101010010011100010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5F9; }

 p { color: rgb(254,229,249); }

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

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

 a { background-color: rgb(254,229,249); }

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

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

 span { border-color: rgb(254,229,249); }

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