#FFE9FE

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

Shades of Selago #FFE9FE

Tints of Selago #FFE9FE

Color information

#FFE9FE (or 0xFFE9FE) is unknown color: approx Selago. HEX triplet: FF, E9 and FE. RGB value is (255,233,254). Sum of RGB (Red+Green+Blue) = 255+233+254=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 233 (91.41% from 255 or 31.40% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9FE is #001601. Grayscale: #F1F1F1. Windows color (decimal): -5634 or 16706047. OLE color: 16706047.

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

Color convert

RGB255233254-
CMYK00.090.000
HSL302.73º100%95.69%-
HSV(B)302.73º8.63%100%-
XYZ88.2786.69105.85-
YUV241.97134.79137.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.37%
GREEN value IS 233 (91.41% from 255) = 31.40%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=34.37%
G=31.40%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523325400.090.000302.7310095.69
HexFFE9FE090012f6460
Octal37735137601100457144140
Binary111111111110100111111110010010010010111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE9FE; }

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

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

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

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

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

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

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

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