#F9E5FA

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

Shades of Selago #F9E5FA

Tints of Selago #F9E5FA

Color information

#F9E5FA (or 0xF9E5FA) is unknown color: approx Selago. HEX triplet: F9, E5 and FA. RGB value is (249,229,250). Sum of RGB (Red+Green+Blue) = 249+229+250=728 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.20% from 728); Green value is 229 (89.84% from 255 or 31.46% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9E5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E5FA is #061A05. Grayscale: #EDEDED. Windows color (decimal): -399878 or 16442873. OLE color: 16442873.

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

Color convert

RGB249229250-
CMYK0.000.0800.02
HSL297.14º67.74%93.92%-
HSV(B)297.14º8.4%98.04%-
XYZ84.3483.08102.03-
YUV237.37135.13136.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.20%
GREEN value IS 229 (89.84% from 255) = 31.46%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=34.20%
G=31.46%
B=34.34%

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
Decimal2492292500.000.0800.02297.1467.7493.92
HexF9E5FA0802129445e
Octal37134537201002451104136
Binary1111100111100101111110100100001010010100110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E5FA; }

 p { color: rgb(249,229,250); }

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

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

 a { background-color: rgb(249,229,250); }

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

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

 span { border-color: rgb(249,229,250); }

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