#F9D8FB

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

Shades of Selago #F9D8FB

Tints of Selago #F9D8FB

Color information

#F9D8FB (or 0xF9D8FB) is unknown color: approx Selago. HEX triplet: F9, D8 and FB. RGB value is (249,216,251). Sum of RGB (Red+Green+Blue) = 249+216+251=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 216 (84.77% from 255 or 30.17% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9D8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D8FB is #062704. Grayscale: #E5E5E5. Windows color (decimal): -403205 or 16505081. OLE color: 16505081.

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

Color convert

RGB249216251-
CMYK0.010.1400.02
HSL296.57º81.4%91.57%-
HSV(B)296.57º13.94%98.43%-
XYZ81.0476.22101.71-
YUV229.86139.93141.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.78%
GREEN value IS 216 (84.77% from 255) = 30.17%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=34.78%
G=30.17%
B=35.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492162510.010.1400.02296.5781.491.57
HexF9D8FB1E02129515c
Octal37133037311602451121134
Binary1111100111011000111110111111001010010100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D8FB; }

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

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

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

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

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

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

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

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