#FAE1FC

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

Shades of Selago #FAE1FC

Tints of Selago #FAE1FC

Color information

#FAE1FC (or 0xFAE1FC) is unknown color: approx Selago. HEX triplet: FA, E1 and FC. RGB value is (250,225,252). Sum of RGB (Red+Green+Blue) = 250+225+252=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 225 (88.28% from 255 or 30.95% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1FC is #051E03. Grayscale: #EBEBEB. Windows color (decimal): -335364 or 16572922. OLE color: 16572922.

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

Color convert

RGB250225252-
CMYK0.010.1100.01
HSL295.56º81.82%93.53%-
HSV(B)295.56º10.71%98.82%-
XYZ83.9281.2103.35-
YUV235.55137.28138.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 225 (88.28% from 255) = 30.95%
BLUE value IS 252 (98.83% from 255) = 34.66%
R=34.39%
G=30.95%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502252520.010.1100.01295.5681.8293.53
HexFAE1FC1B01128525e
Octal37234137411301450122136
Binary111110101110000111111100110110110010100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1FC; }

 p { color: rgb(250,225,252); }

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

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

 a { background-color: rgb(250,225,252); }

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

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

 span { border-color: rgb(250,225,252); }

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