#FAE7FB

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

Shades of Selago #FAE7FB

Tints of Selago #FAE7FB

Color information

#FAE7FB (or 0xFAE7FB) is unknown color: approx Selago. HEX triplet: FA, E7 and FB. RGB value is (250,231,251). Sum of RGB (Red+Green+Blue) = 250+231+251=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 231 (90.62% from 255 or 31.56% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7FB is #051804. Grayscale: #EEEEEE. Windows color (decimal): -333829 or 16508922. OLE color: 16508922.

HSL color Cylindrical-coordinate representation of color #FAE7FB: hue angle of 297º degrees, saturation: 0.71, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE7FB is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250231251-
CMYK0.000.0800.02
HSL297º71.43%94.51%-
HSV(B)297º7.97%98.43%-
XYZ85.4184.44103.06-
YUV238.96134.79135.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 231 (90.62% from 255) = 31.56%
BLUE value IS 251 (98.44% from 255) = 34.29%
R=34.15%
G=31.56%
B=34.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502312510.000.0800.0229771.4394.51
HexFAE7FB0802129475f
Octal37234737301002451107137
Binary1111101011100111111110110100001010010100110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7FB; }

 p { color: rgb(250,231,251); }

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

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

 a { background-color: rgb(250,231,251); }

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

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

 span { border-color: rgb(250,231,251); }

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