#FAE4FB

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

Shades of Selago #FAE4FB

Tints of Selago #FAE4FB

Color information

#FAE4FB (or 0xFAE4FB) is unknown color: approx Selago. HEX triplet: FA, E4 and FB. RGB value is (250,228,251). Sum of RGB (Red+Green+Blue) = 250+228+251=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 228 (89.45% from 255 or 31.28% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4FB is #051B04. Grayscale: #EDEDED. Windows color (decimal): -334597 or 16508154. OLE color: 16508154.

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

Color convert

RGB250228251-
CMYK0.000.0900.02
HSL297.39º74.19%93.92%-
HSV(B)297.39º9.16%98.43%-
XYZ84.5882.78102.79-
YUV237.2135.79137.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 228 (89.45% from 255) = 31.28%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=34.29%
G=31.28%
B=34.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502282510.000.0900.02297.3974.1993.92
HexFAE4FB09021294a5e
Octal37234437301102451112136
Binary1111101011100100111110110100101010010100110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4FB; }

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

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

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

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

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

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

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

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