#FAE8FB

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

Shades of Selago #FAE8FB

Tints of Selago #FAE8FB

Color information

#FAE8FB (or 0xFAE8FB) is unknown color: approx Selago. HEX triplet: FA, E8 and FB. RGB value is (250,232,251). Sum of RGB (Red+Green+Blue) = 250+232+251=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 232 (91.02% from 255 or 31.65% from 733); Blue value is 251 (98.44% from 255 or 34.24% from 733); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAE8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8FB is #051704. Grayscale: #EFEFEF. Windows color (decimal): -333573 or 16509178. OLE color: 16509178.

HSL color Cylindrical-coordinate representation of color #FAE8FB: hue angle of 296.84º degrees, saturation: 0.7, 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 #FAE8FB is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250232251-
CMYK0.000.0800.02
HSL296.84º70.37%94.71%-
HSV(B)296.84º7.57%98.43%-
XYZ85.6985103.16-
YUV239.55134.46135.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 232 (91.02% from 255) = 31.65%
BLUE value IS 251 (98.44% from 255) = 34.24%
R=34.11%
G=31.65%
B=34.24%

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
Decimal2502322510.000.0800.02296.8470.3794.71
HexFAE8FB0802129465f
Octal37235037301002451106137
Binary1111101011101000111110110100001010010100110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8FB; }

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

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

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

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

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

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

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

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