#FFE8FD

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

Shades of Selago #FFE8FD

Tints of Selago #FFE8FD

Color information

#FFE8FD (or 0xFFE8FD) is unknown color: approx Selago. HEX triplet: FF, E8 and FD. RGB value is (255,232,253). Sum of RGB (Red+Green+Blue) = 255+232+253=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 232 (91.02% from 255 or 31.35% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE8FD is #001702. Grayscale: #F1F1F1. Windows color (decimal): -5891 or 16640255. OLE color: 16640255.

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

Color convert

RGB255232253-
CMYK00.090.010
HSL305.22º100%95.49%-
HSV(B)305.22º9.02%100%-
XYZ87.8386.07104.91-
YUV241.27134.62137.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.46%
GREEN value IS 232 (91.02% from 255) = 31.35%
BLUE value IS 253 (99.22% from 255) = 34.19%
R=34.46%
G=31.35%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523225300.090.010305.2210095.49
HexFFE8FD0910131645f
Octal37735037501110461144137
Binary111111111110100011111101010011010011000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE8FD; }

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

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

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

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

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

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

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

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