#F9E2FE

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

Shades of Selago #F9E2FE

Tints of Selago #F9E2FE

Color information

#F9E2FE (or 0xF9E2FE) is unknown color: approx Selago. HEX triplet: F9, E2 and FE. RGB value is (249,226,254). Sum of RGB (Red+Green+Blue) = 249+226+254=729 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.16% from 729); Green value is 226 (88.67% from 255 or 31.00% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2FE is #061D01. Grayscale: #EBEBEB. Windows color (decimal): -400642 or 16704249. OLE color: 16704249.

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

Color convert

RGB249226254-
CMYK0.020.1100.00
HSL289.29º93.33%94.12%-
HSV(B)289.29º11.02%99.61%-
XYZ84.1581.69105.1-
YUV236.07138.12137.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.16%
GREEN value IS 226 (88.67% from 255) = 31.00%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=34.16%
G=31.00%
B=34.84%

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
Decimal2492262540.020.1100.00289.2993.3394.12
HexF9E2FE2B001215d5e
Octal37134237621300441135136
Binary1111100111100010111111101010110010010000110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E2FE; }

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

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

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

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

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

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

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

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