#FEE8FA

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

Shades of Selago #FEE8FA

Tints of Selago #FEE8FA

Color information

#FEE8FA (or 0xFEE8FA) is unknown color: approx Selago. HEX triplet: FE, E8 and FA. RGB value is (254,232,250). Sum of RGB (Red+Green+Blue) = 254+232+250=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 232 (91.02% from 255 or 31.52% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8FA is #011705. Grayscale: #F0F0F0. Windows color (decimal): -71430 or 16443646. OLE color: 16443646.

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

Color convert

RGB254232250-
CMYK00.090.020.00
HSL310.91º91.67%95.29%-
HSV(B)310.91º8.66%99.61%-
XYZ86.9885.69102.4-
YUV240.63133.29137.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.51%
GREEN value IS 232 (91.02% from 255) = 31.52%
BLUE value IS 250 (98.05% from 255) = 33.97%
R=34.51%
G=31.52%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423225000.090.020.00310.9191.6795.29
HexFEE8FA09201375c5f
Octal37635037201120467134137
Binary1111111011101000111110100100110010011011110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8FA; }

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

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

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

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

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

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

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

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