#FFE0FD

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

Shades of Selago #FFE0FD

Tints of Selago #FFE0FD

Color information

#FFE0FD (or 0xFFE0FD) is unknown color: approx Selago. HEX triplet: FF, E0 and FD. RGB value is (255,224,253). Sum of RGB (Red+Green+Blue) = 255+224+253=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 224 (87.89% from 255 or 30.60% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0FD is #001F02. Grayscale: #ECECEC. Windows color (decimal): -7939 or 16638207. OLE color: 16638207.

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

Color convert

RGB255224253-
CMYK00.120.010
HSL303.87º100%93.92%-
HSV(B)303.87º12.16%100%-
XYZ85.6381.66104.18-
YUV236.58137.27141.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 224 (87.89% from 255) = 30.60%
BLUE value IS 253 (99.22% from 255) = 34.56%
R=34.84%
G=30.60%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522425300.120.010303.8710093.92
HexFFE0FD0C10130645e
Octal37734037501410460144136
Binary111111111110000011111101011001010011000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0FD; }

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

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

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

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

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

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

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

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