#FAE2FC

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

Shades of Selago #FAE2FC

Tints of Selago #FAE2FC

Color information

#FAE2FC (or 0xFAE2FC) is unknown color: approx Selago. HEX triplet: FA, E2 and FC. RGB value is (250,226,252). Sum of RGB (Red+Green+Blue) = 250+226+252=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 226 (88.67% from 255 or 31.04% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2FC is #051D03. Grayscale: #ECECEC. Windows color (decimal): -335108 or 16573178. OLE color: 16573178.

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

Color convert

RGB250226252-
CMYK0.010.1000.01
HSL295.38º81.25%93.73%-
HSV(B)295.38º10.32%98.82%-
XYZ84.1981.74103.44-
YUV236.14136.95137.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 226 (88.67% from 255) = 31.04%
BLUE value IS 252 (98.83% from 255) = 34.62%
R=34.34%
G=31.04%
B=34.62%

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
Decimal2502262520.010.1000.01295.3881.2593.73
HexFAE2FC1A01127515e
Octal37234237411201447121136
Binary111110101110001011111100110100110010011110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2FC; }

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

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

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

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

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

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

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

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