#F9E2FB

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

Shades of Selago #F9E2FB

Tints of Selago #F9E2FB

Color information

#F9E2FB (or 0xF9E2FB) is unknown color: approx Selago. HEX triplet: F9, E2 and FB. RGB value is (249,226,251). Sum of RGB (Red+Green+Blue) = 249+226+251=726 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.30% from 726); Green value is 226 (88.67% from 255 or 31.13% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9E2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2FB is #061D04. Grayscale: #EBEBEB. Windows color (decimal): -400645 or 16507641. OLE color: 16507641.

HSL color Cylindrical-coordinate representation of color #F9E2FB: hue angle of 295.2º degrees, saturation: 0.76, 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 #F9E2FB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249226251-
CMYK0.010.1000.02
HSL295.2º75.76%93.53%-
HSV(B)295.2º9.96%98.43%-
XYZ83.6881.5102.59-
YUV235.73136.62137.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.30%
GREEN value IS 226 (88.67% from 255) = 31.13%
BLUE value IS 251 (98.44% from 255) = 34.57%
R=34.30%
G=31.13%
B=34.57%

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
Decimal2492262510.010.1000.02295.275.7693.53
HexF9E2FB1A021274c5e
Octal37134237311202447114136
Binary1111100111100010111110111101001010010011110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E2FB; }

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

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

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

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

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

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

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

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