#FEE8FC

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

Shades of Selago #FEE8FC

Tints of Selago #FEE8FC

Color information

#FEE8FC (or 0xFEE8FC) is unknown color: approx Selago. HEX triplet: FE, E8 and FC. RGB value is (254,232,252). Sum of RGB (Red+Green+Blue) = 254+232+252=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 232 (91.02% from 255 or 31.44% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8FC is #011703. Grayscale: #F0F0F0. Windows color (decimal): -71428 or 16574718. OLE color: 16574718.

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

Color convert

RGB254232252-
CMYK00.090.010.00
HSL305.45º91.67%95.29%-
HSV(B)305.45º8.66%99.61%-
XYZ87.385.81104.06-
YUV240.86134.29137.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 232 (91.02% from 255) = 31.44%
BLUE value IS 252 (98.83% from 255) = 34.15%
R=34.42%
G=31.44%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423225200.090.010.00305.4591.6795.29
HexFEE8FC09101315c5f
Octal37635037401110461134137
Binary111111101110100011111100010011010011000110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8FC; }

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

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

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

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

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

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

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

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