#F9DBF7

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

Shades of Selago #F9DBF7

Tints of Selago #F9DBF7

Color information

#F9DBF7 (or 0xF9DBF7) is unknown color: approx Selago. HEX triplet: F9, DB and F7. RGB value is (249,219,247). Sum of RGB (Red+Green+Blue) = 249+219+247=715 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.83% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBF7 is #062408. Grayscale: #E7E7E7. Windows color (decimal): -402441 or 16243705. OLE color: 16243705.

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

Color convert

RGB249219247-
CMYK00.120.010.02
HSL304º71.43%91.76%-
HSV(B)304º12.05%97.65%-
XYZ81.1977.5298.68-
YUV231.16136.94140.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.83%
GREEN value IS 219 (85.94% from 255) = 30.63%
BLUE value IS 247 (96.88% from 255) = 34.55%
R=34.83%
G=30.63%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921924700.120.010.0230471.4391.76
HexF9DBF70C12130475c
Octal37133336701412460107134
Binary1111100111011011111101110110011010011000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DBF7; }

 p { color: rgb(249,219,247); }

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

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

 a { background-color: rgb(249,219,247); }

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

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

 span { border-color: rgb(249,219,247); }

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