#F6DDF7

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

Shades of Selago #F6DDF7

Tints of Selago #F6DDF7

Color information

#F6DDF7 (or 0xF6DDF7) is unknown color: approx Selago. HEX triplet: F6, DD and F7. RGB value is (246,221,247). Sum of RGB (Red+Green+Blue) = 246+221+247=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 247 (96.88% from 255 or 34.59% from 714); Max value from RGB is 247 - color contains mainly: blue. Hex color #F6DDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DDF7 is #092208. Grayscale: #E7E7E7. Windows color (decimal): -598537 or 16244214. OLE color: 16244214.

HSL color Cylindrical-coordinate representation of color #F6DDF7: hue angle of 297.69º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DDF7 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB246221247-
CMYK0.000.1100.03
HSL297.69º61.9%91.76%-
HSV(B)297.69º10.53%96.86%-
XYZ80.6578.0298.8-
YUV231.44136.78138.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.45%
GREEN value IS 221 (86.72% from 255) = 30.95%
BLUE value IS 247 (96.88% from 255) = 34.59%
R=34.45%
G=30.95%
B=34.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462212470.000.1100.03297.6961.991.76
HexF6DDF70B0312a3e5c
Octal3663353670130345276134
Binary111101101101110111110111010110111001010101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDF7; }

 p { color: rgb(246,221,247); }

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

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

 a { background-color: rgb(246,221,247); }

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

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

 span { border-color: rgb(246,221,247); }

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