#FEE9FE

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

Shades of Selago #FEE9FE

Tints of Selago #FEE9FE

Color information

#FEE9FE (or 0xFEE9FE) is unknown color: approx Selago. HEX triplet: FE, E9 and FE. RGB value is (254,233,254). Sum of RGB (Red+Green+Blue) = 254+233+254=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 233 (91.41% from 255 or 31.44% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9FE is #011601. Grayscale: #F1F1F1. Windows color (decimal): -71170 or 16706046. OLE color: 16706046.

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

Color convert

RGB254233254-
CMYK00.0800.00
HSL300º91.3%95.49%-
HSV(B)300º8.27%99.61%-
XYZ87.986.5105.83-
YUV241.67134.96136.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.28%
GREEN value IS 233 (91.41% from 255) = 31.44%
BLUE value IS 254 (99.61% from 255) = 34.28%
R=34.28%
G=31.44%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423325400.0800.0030091.395.49
HexFEE9FE080012c5b5f
Octal37635137601000454133137
Binary111111101110100111111110010000010010110010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE9FE; }

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

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

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

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

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

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

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

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