#FAE6FD

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

Shades of Selago #FAE6FD

Tints of Selago #FAE6FD

Color information

#FAE6FD (or 0xFAE6FD) is unknown color: approx Selago. HEX triplet: FA, E6 and FD. RGB value is (250,230,253). Sum of RGB (Red+Green+Blue) = 250+230+253=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 230 (90.23% from 255 or 31.38% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6FD is #051902. Grayscale: #EEEEEE. Windows color (decimal): -334083 or 16639738. OLE color: 16639738.

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

Color convert

RGB250230253-
CMYK0.010.0900.01
HSL292.17º85.19%94.71%-
HSV(B)292.17º9.09%99.22%-
XYZ85.4584.01104.64-
YUV238.6136.13136.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 230 (90.23% from 255) = 31.38%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=34.11%
G=31.38%
B=34.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502302530.010.0900.01292.1785.1994.71
HexFAE6FD1901124555f
Octal37234637511101444125137
Binary111110101110011011111101110010110010010010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6FD; }

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

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

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

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

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

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

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

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