#FEE9FC

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

Shades of Selago #FEE9FC

Tints of Selago #FEE9FC

Color information

#FEE9FC (or 0xFEE9FC) is unknown color: approx Selago. HEX triplet: FE, E9 and FC. RGB value is (254,233,252). Sum of RGB (Red+Green+Blue) = 254+233+252=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 233 (91.41% from 255 or 31.53% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9FC is #011603. Grayscale: #F1F1F1. Windows color (decimal): -71172 or 16574974. OLE color: 16574974.

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

Color convert

RGB254233252-
CMYK00.080.010.00
HSL305.71º91.3%95.49%-
HSV(B)305.71º8.27%99.61%-
XYZ87.5886.38104.15-
YUV241.44133.96136.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.37%
GREEN value IS 233 (91.41% from 255) = 31.53%
BLUE value IS 252 (98.83% from 255) = 34.10%
R=34.37%
G=31.53%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423325200.080.010.00305.7191.395.49
HexFEE9FC08101325b5f
Octal37635137401010462133137
Binary111111101110100111111100010001010011001010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE9FC; }

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

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

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

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

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

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

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

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