#F9E1FB

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

Shades of Selago #F9E1FB

Tints of Selago #F9E1FB

Color information

#F9E1FB (or 0xF9E1FB) is unknown color: approx Selago. HEX triplet: F9, E1 and FB. RGB value is (249,225,251). Sum of RGB (Red+Green+Blue) = 249+225+251=725 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.34% from 725); Green value is 225 (88.28% from 255 or 31.03% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9E1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E1FB is #061E04. Grayscale: #EBEBEB. Windows color (decimal): -400901 or 16507385. OLE color: 16507385.

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

Color convert

RGB249225251-
CMYK0.010.1000.02
HSL295.38º76.47%93.33%-
HSV(B)295.38º10.36%98.43%-
XYZ83.480.96102.5-
YUV235.14136.95137.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.34%
GREEN value IS 225 (88.28% from 255) = 31.03%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=34.34%
G=31.03%
B=34.62%

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
Decimal2492252510.010.1000.02295.3876.4793.33
HexF9E1FB1A021274c5d
Octal37134137311202447114135
Binary1111100111100001111110111101001010010011110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E1FB; }

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

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

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

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

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

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

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

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