#FFE9FD

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

Shades of Selago #FFE9FD

Tints of Selago #FFE9FD

Color information

#FFE9FD (or 0xFFE9FD) is unknown color: approx Selago. HEX triplet: FF, E9 and FD. RGB value is (255,233,253). Sum of RGB (Red+Green+Blue) = 255+233+253=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 233 (91.41% from 255 or 31.44% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9FD is #001602. Grayscale: #F1F1F1. Windows color (decimal): -5635 or 16640511. OLE color: 16640511.

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

Color convert

RGB255233253-
CMYK00.090.010
HSL305.45º100%95.69%-
HSV(B)305.45º8.63%100%-
XYZ88.1186.63105.01-
YUV241.86134.29137.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.41%
GREEN value IS 233 (91.41% from 255) = 31.44%
BLUE value IS 253 (99.22% from 255) = 34.14%
R=34.41%
G=31.44%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523325300.090.010305.4510095.69
HexFFE9FD09101316460
Octal37735137501110461144140
Binary111111111110100111111101010011010011000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE9FD; }

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

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

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

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

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

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

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

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