#F6D9FB

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

Shades of Selago #F6D9FB

Tints of Selago #F6D9FB

Color information

#F6D9FB (or 0xF6D9FB) is unknown color: approx Selago. HEX triplet: F6, D9 and FB. RGB value is (246,217,251). Sum of RGB (Red+Green+Blue) = 246+217+251=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6D9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D9FB is #092604. Grayscale: #E5E5E5. Windows color (decimal): -599557 or 16505334. OLE color: 16505334.

HSL color Cylindrical-coordinate representation of color #F6D9FB: hue angle of 291.18º 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 #F6D9FB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246217251-
CMYK0.020.1400.02
HSL291.18º80.95%91.76%-
HSV(B)291.18º13.55%98.43%-
XYZ80.2376.18101.74-
YUV229.55140.11139.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.45%
GREEN value IS 217 (85.16% from 255) = 30.39%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=34.45%
G=30.39%
B=35.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462172510.020.1400.02291.1880.9591.76
HexF6D9FB2E02123515c
Octal36633137321602443121134
Binary11110110110110011111101110111001010010001110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9FB; }

 p { color: rgb(246,217,251); }

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

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

 a { background-color: rgb(246,217,251); }

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

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

 span { border-color: rgb(246,217,251); }

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