#F9E3FB

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

Shades of Selago #F9E3FB

Tints of Selago #F9E3FB

Color information

#F9E3FB (or 0xF9E3FB) is unknown color: approx Selago. HEX triplet: F9, E3 and FB. RGB value is (249,227,251). Sum of RGB (Red+Green+Blue) = 249+227+251=727 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.25% from 727); Green value is 227 (89.06% from 255 or 31.22% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9E3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3FB is #061C04. Grayscale: #ECECEC. Windows color (decimal): -400389 or 16507897. OLE color: 16507897.

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

Color convert

RGB249227251-
CMYK0.010.1000.02
HSL295º75%93.73%-
HSV(B)295º9.56%98.43%-
XYZ83.9582.04102.68-
YUV236.31136.29137.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.25%
GREEN value IS 227 (89.06% from 255) = 31.22%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=34.25%
G=31.22%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492272510.010.1000.022957593.73
HexF9E3FB1A021274b5e
Octal37134337311202447113136
Binary1111100111100011111110111101001010010011110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E3FB; }

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

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

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

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

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

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

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

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