#FFE6FF

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

Shades of Selago #FFE6FF

Tints of Selago #FFE6FF

Color information

#FFE6FF (or 0xFFE6FF) is unknown color: approx Selago. HEX triplet: FF, E6 and FF. RGB value is (255,230,255). Sum of RGB (Red+Green+Blue) = 255+230+255=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 230 (90.23% from 255 or 31.08% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6FF is #001900. Grayscale: #F0F0F0. Windows color (decimal): -6401 or 16770815. OLE color: 16770815.

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

Color convert

RGB255230255-
CMYK00.1000
HSL300º100%95.1%-
HSV(B)300º9.8%100%-
XYZ87.5985.07106.41-
YUV240.32136.28138.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.46%
GREEN value IS 230 (90.23% from 255) = 31.08%
BLUE value IS 255 (100% from 255) = 34.46%
R=34.46%
G=31.08%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523025500.100030010095.1
HexFFE6FF0A0012c645f
Octal37734637701200454144137
Binary111111111110011011111111010100010010110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6FF; }

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

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

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

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

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

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

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

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