#FFE1FD

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

Shades of Selago #FFE1FD

Tints of Selago #FFE1FD

Color information

#FFE1FD (or 0xFFE1FD) is unknown color: approx Selago. HEX triplet: FF, E1 and FD. RGB value is (255,225,253). Sum of RGB (Red+Green+Blue) = 255+225+253=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 225 (88.28% from 255 or 30.70% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1FD is #001E02. Grayscale: #EDEDED. Windows color (decimal): -7683 or 16638463. OLE color: 16638463.

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

Color convert

RGB255225253-
CMYK00.120.010
HSL304º100%94.12%-
HSV(B)304º11.76%100%-
XYZ85.8982.2104.27-
YUV237.16136.94140.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.79%
GREEN value IS 225 (88.28% from 255) = 30.70%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=34.79%
G=30.70%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522525300.120.01030410094.12
HexFFE1FD0C10130645e
Octal37734137501410460144136
Binary111111111110000111111101011001010011000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1FD; }

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

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

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

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

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

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

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

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