#FAE4FC

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

Shades of Selago #FAE4FC

Tints of Selago #FAE4FC

Color information

#FAE4FC (or 0xFAE4FC) is unknown color: approx Selago. HEX triplet: FA, E4 and FC. RGB value is (250,228,252). Sum of RGB (Red+Green+Blue) = 250+228+252=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 228 (89.45% from 255 or 31.23% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAE4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4FC is #051B03. Grayscale: #EDEDED. Windows color (decimal): -334596 or 16573690. OLE color: 16573690.

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

Color convert

RGB250228252-
CMYK0.010.1000.01
HSL295º80%94.12%-
HSV(B)295º9.52%98.82%-
XYZ84.7482.84103.62-
YUV237.31136.29137.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 228 (89.45% from 255) = 31.23%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=34.25%
G=31.23%
B=34.52%

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
Decimal2502282520.010.1000.012958094.12
HexFAE4FC1A01127505e
Octal37234437411201447120136
Binary111110101110010011111100110100110010011110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4FC; }

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

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

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

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

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

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

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

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