#F6DBF9

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

Shades of Selago #F6DBF9

Tints of Selago #F6DBF9

Color information

#F6DBF9 (or 0xF6DBF9) is unknown color: approx Selago. HEX triplet: F6, DB and F9. RGB value is (246,219,249). Sum of RGB (Red+Green+Blue) = 246+219+249=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 249 (97.66% from 255 or 34.87% from 714); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6DBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBF9 is #092406. Grayscale: #E6E6E6. Windows color (decimal): -599047 or 16374774. OLE color: 16374774.

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

Color convert

RGB246219249-
CMYK0.010.1200.02
HSL294º71.43%91.76%-
HSV(B)294º12.05%97.65%-
XYZ80.4477.1100.26-
YUV230.49138.45139.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.45%
GREEN value IS 219 (85.94% from 255) = 30.67%
BLUE value IS 249 (97.66% from 255) = 34.87%
R=34.45%
G=30.67%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462192490.010.1200.0229471.4391.76
HexF6DBF91C02126475c
Octal36633337111402446107134
Binary1111011011011011111110011110001010010011010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DBF9; }

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

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

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

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

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

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

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

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