#F9E3FE

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

Shades of Selago #F9E3FE

Tints of Selago #F9E3FE

Color information

#F9E3FE (or 0xF9E3FE) is unknown color: approx Selago. HEX triplet: F9, E3 and FE. RGB value is (249,227,254). Sum of RGB (Red+Green+Blue) = 249+227+254=730 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.11% from 730); Green value is 227 (89.06% from 255 or 31.10% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9E3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3FE is #061C01. Grayscale: #ECECEC. Windows color (decimal): -400386 or 16704505. OLE color: 16704505.

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

Color convert

RGB249227254-
CMYK0.020.1100.00
HSL288.89º93.1%94.31%-
HSV(B)288.89º10.63%99.61%-
XYZ84.4382.23105.19-
YUV236.66137.79136.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.11%
GREEN value IS 227 (89.06% from 255) = 31.10%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=34.11%
G=31.10%
B=34.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492272540.020.1100.00288.8993.194.31
HexF9E3FE2B001215d5e
Octal37134337621300441135136
Binary1111100111100011111111101010110010010000110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E3FE; }

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

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

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

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

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

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

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

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