#FFE5FD

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

Shades of Selago #FFE5FD

Tints of Selago #FFE5FD

Color information

#FFE5FD (or 0xFFE5FD) is unknown color: approx Selago. HEX triplet: FF, E5 and FD. RGB value is (255,229,253). Sum of RGB (Red+Green+Blue) = 255+229+253=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 229 (89.84% from 255 or 31.07% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FD is #001A02. Grayscale: #EFEFEF. Windows color (decimal): -6659 or 16639487. OLE color: 16639487.

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

Color convert

RGB255229253-
CMYK00.100.010
HSL304.62º100%94.9%-
HSV(B)304.62º10.2%100%-
XYZ86.9984.39104.63-
YUV239.51135.61139.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.60%
GREEN value IS 229 (89.84% from 255) = 31.07%
BLUE value IS 253 (99.22% from 255) = 34.33%
R=34.60%
G=31.07%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522925300.100.010304.6210094.9
HexFFE5FD0A10131645f
Octal37734537501210461144137
Binary111111111110010111111101010101010011000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5FD; }

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

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

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

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

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

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

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

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