#FAE3FC

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

Shades of Selago #FAE3FC

Tints of Selago #FAE3FC

Color information

#FAE3FC (or 0xFAE3FC) is unknown color: approx Selago. HEX triplet: FA, E3 and FC. RGB value is (250,227,252). Sum of RGB (Red+Green+Blue) = 250+227+252=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 227 (89.06% from 255 or 31.14% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAE3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3FC is #051C03. Grayscale: #ECECEC. Windows color (decimal): -334852 or 16573434. OLE color: 16573434.

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

Color convert

RGB250227252-
CMYK0.010.1000.01
HSL295.2º80.65%93.92%-
HSV(B)295.2º9.92%98.82%-
XYZ84.4682.29103.53-
YUV236.73136.62137.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 227 (89.06% from 255) = 31.14%
BLUE value IS 252 (98.83% from 255) = 34.57%
R=34.29%
G=31.14%
B=34.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502272520.010.1000.01295.280.6593.92
HexFAE3FC1A01127515e
Octal37234337411201447121136
Binary111110101110001111111100110100110010011110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3FC; }

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

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

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

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

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

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

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

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