#F9E0FB

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

Shades of Selago #F9E0FB

Tints of Selago #F9E0FB

Color information

#F9E0FB (or 0xF9E0FB) is unknown color: approx Selago. HEX triplet: F9, E0 and FB. RGB value is (249,224,251). Sum of RGB (Red+Green+Blue) = 249+224+251=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 224 (87.89% from 255 or 30.94% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E0FB is #061F04. Grayscale: #EAEAEA. Windows color (decimal): -401157 or 16507129. OLE color: 16507129.

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

Color convert

RGB249224251-
CMYK0.010.1100.02
HSL295.56º77.14%93.14%-
HSV(B)295.56º10.76%98.43%-
XYZ83.1480.42102.41-
YUV234.55137.28138.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.39%
GREEN value IS 224 (87.89% from 255) = 30.94%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=34.39%
G=30.94%
B=34.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492242510.010.1100.02295.5677.1493.14
HexF9E0FB1B021284d5d
Octal37134037311302450115135
Binary1111100111100000111110111101101010010100010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E0FB; }

 p { color: rgb(249,224,251); }

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

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

 a { background-color: rgb(249,224,251); }

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

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

 span { border-color: rgb(249,224,251); }

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