#F9E3FD

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

Shades of Selago #F9E3FD

Tints of Selago #F9E3FD

Color information

#F9E3FD (or 0xF9E3FD) is unknown color: approx Selago. HEX triplet: F9, E3 and FD. RGB value is (249,227,253). Sum of RGB (Red+Green+Blue) = 249+227+253=729 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.16% from 729); Green value is 227 (89.06% from 255 or 31.14% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3FD is #061C02. Grayscale: #ECECEC. Windows color (decimal): -400387 or 16638969. OLE color: 16638969.

HSL color Cylindrical-coordinate representation of color #F9E3FD: hue angle of 290.77º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9E3FD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249227253-
CMYK0.020.1000.01
HSL290.77º86.67%94.12%-
HSV(B)290.77º10.28%99.22%-
XYZ84.2782.17104.35-
YUV236.54137.29136.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.16%
GREEN value IS 227 (89.06% from 255) = 31.14%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=34.16%
G=31.14%
B=34.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492272530.020.1000.01290.7786.6794.12
HexF9E3FD2A01123575e
Octal37134337521201443127136
Binary1111100111100011111111011010100110010001110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E3FD; }

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

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

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

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

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

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

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

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