#FEE8FF

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

Shades of Selago #FEE8FF

Tints of Selago #FEE8FF

Color information

#FEE8FF (or 0xFEE8FF) is unknown color: approx Selago. HEX triplet: FE, E8 and FF. RGB value is (254,232,255). Sum of RGB (Red+Green+Blue) = 254+232+255=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 232 (91.02% from 255 or 31.31% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8FF is #011700. Grayscale: #F1F1F1. Windows color (decimal): -71425 or 16771326. OLE color: 16771326.

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

Color convert

RGB254232255-
CMYK0.000.0900
HSL297.39º100%95.49%-
HSV(B)297.39º9.02%100%-
XYZ87.7886106.58-
YUV241.2135.79137.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.28%
GREEN value IS 232 (91.02% from 255) = 31.31%
BLUE value IS 255 (100% from 255) = 34.41%
R=34.28%
G=31.31%
B=34.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542322550.000.0900297.3910095.49
HexFEE8FF0900129645f
Octal37635037701100451144137
Binary111111101110100011111111010010010010100111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8FF; }

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

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

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

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

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

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

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

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