#FFE6FD

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

Shades of Selago #FFE6FD

Tints of Selago #FFE6FD

Color information

#FFE6FD (or 0xFFE6FD) is unknown color: approx Selago. HEX triplet: FF, E6 and FD. RGB value is (255,230,253). Sum of RGB (Red+Green+Blue) = 255+230+253=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 230 (90.23% from 255 or 31.17% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6FD is #001902. Grayscale: #F0F0F0. Windows color (decimal): -6403 or 16639743. OLE color: 16639743.

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

Color convert

RGB255230253-
CMYK00.100.010
HSL304.8º100%95.1%-
HSV(B)304.8º9.8%100%-
XYZ87.2784.95104.73-
YUV240.1135.28138.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.55%
GREEN value IS 230 (90.23% from 255) = 31.17%
BLUE value IS 253 (99.22% from 255) = 34.28%
R=34.55%
G=31.17%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523025300.100.010304.810095.1
HexFFE6FD0A10131645f
Octal37734637501210461144137
Binary111111111110011011111101010101010011000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6FD; }

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

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

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

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

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

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

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

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