#FAE2FB

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

Shades of Selago #FAE2FB

Tints of Selago #FAE2FB

Color information

#FAE2FB (or 0xFAE2FB) is unknown color: approx Selago. HEX triplet: FA, E2 and FB. RGB value is (250,226,251). Sum of RGB (Red+Green+Blue) = 250+226+251=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 226 (88.67% from 255 or 31.09% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAE2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2FB is #051D04. Grayscale: #EBEBEB. Windows color (decimal): -335109 or 16507642. OLE color: 16507642.

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

Color convert

RGB250226251-
CMYK0.000.1000.02
HSL297.6º75.76%93.53%-
HSV(B)297.6º9.96%98.43%-
XYZ84.0381.68102.6-
YUV236.03136.45137.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 226 (88.67% from 255) = 31.09%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=34.39%
G=31.09%
B=34.53%

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
Decimal2502262510.000.1000.02297.675.7693.53
HexFAE2FB0A0212a4c5e
Octal37234237301202452114136
Binary1111101011100010111110110101001010010101010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2FB; }

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

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

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

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

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

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

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

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