#F9E3FA

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

Shades of Selago #F9E3FA

Tints of Selago #F9E3FA

Color information

#F9E3FA (or 0xF9E3FA) is unknown color: approx Selago. HEX triplet: F9, E3 and FA. RGB value is (249,227,250). Sum of RGB (Red+Green+Blue) = 249+227+250=726 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.30% from 726); Green value is 227 (89.06% from 255 or 31.27% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3FA is #061C05. Grayscale: #ECECEC. Windows color (decimal): -400390 or 16442361. OLE color: 16442361.

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

Color convert

RGB249227250-
CMYK0.000.0900.02
HSL297.39º69.7%93.53%-
HSV(B)297.39º9.2%98.04%-
XYZ83.7981.98101.85-
YUV236.2135.79137.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.30%
GREEN value IS 227 (89.06% from 255) = 31.27%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=34.30%
G=31.27%
B=34.44%

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
Decimal2492272500.000.0900.02297.3969.793.53
HexF9E3FA0902129465e
Octal37134337201102451106136
Binary1111100111100011111110100100101010010100110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E3FA; }

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

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

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

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

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

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

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

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