#FEE5FE

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

Shades of Selago #FEE5FE

Tints of Selago #FEE5FE

Color information

#FEE5FE (or 0xFEE5FE) is unknown color: approx Selago. HEX triplet: FE, E5 and FE. RGB value is (254,229,254). Sum of RGB (Red+Green+Blue) = 254+229+254=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 229 (89.84% from 255 or 31.07% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5FE is #011A01. Grayscale: #EFEFEF. Windows color (decimal): -72194 or 16705022. OLE color: 16705022.

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

Color convert

RGB254229254-
CMYK00.1000.00
HSL300º92.59%94.71%-
HSV(B)300º9.84%99.61%-
XYZ86.7884.27105.46-
YUV239.32136.28138.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.46%
GREEN value IS 229 (89.84% from 255) = 31.07%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=34.46%
G=31.07%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422925400.1000.0030092.5994.71
HexFEE5FE0A0012c5d5f
Octal37634537601200454135137
Binary111111101110010111111110010100010010110010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5FE; }

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

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

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

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

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

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

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

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