#FAE3FB

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

Shades of Selago #FAE3FB

Tints of Selago #FAE3FB

Color information

#FAE3FB (or 0xFAE3FB) is unknown color: approx Selago. HEX triplet: FA, E3 and FB. RGB value is (250,227,251). Sum of RGB (Red+Green+Blue) = 250+227+251=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 227 (89.06% from 255 or 31.18% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAE3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3FB is #051C04. Grayscale: #ECECEC. Windows color (decimal): -334853 or 16507898. OLE color: 16507898.

HSL color Cylindrical-coordinate representation of color #FAE3FB: hue angle of 297.5º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE3FB is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250227251-
CMYK0.000.1000.02
HSL297.5º75%93.73%-
HSV(B)297.5º9.56%98.43%-
XYZ84.3182.23102.69-
YUV236.61136.12137.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 227 (89.06% from 255) = 31.18%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=34.34%
G=31.18%
B=34.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502272510.000.1000.02297.57593.73
HexFAE3FB0A0212a4b5e
Octal37234337301202452113136
Binary1111101011100011111110110101001010010101010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3FB; }

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

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

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

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

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

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

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

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