#F6DCF7

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

Shades of Selago #F6DCF7

Tints of Selago #F6DCF7

Color information

#F6DCF7 (or 0xF6DCF7) is unknown color: approx Selago. HEX triplet: F6, DC and F7. RGB value is (246,220,247). Sum of RGB (Red+Green+Blue) = 246+220+247=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 247 (96.88% from 255 or 34.64% from 713); Max value from RGB is 247 - color contains mainly: blue. Hex color #F6DCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCF7 is #092308. Grayscale: #E6E6E6. Windows color (decimal): -598793 or 16243958. OLE color: 16243958.

HSL color Cylindrical-coordinate representation of color #F6DCF7: hue angle of 297.78º degrees, saturation: 0.63, 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 #F6DCF7 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB246220247-
CMYK0.000.1100.03
HSL297.78º62.79%91.57%-
HSV(B)297.78º10.93%96.86%-
XYZ80.3977.4998.72-
YUV230.85137.11138.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.50%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 247 (96.88% from 255) = 34.64%
R=34.50%
G=30.86%
B=34.64%

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
Decimal2462202470.000.1100.03297.7862.7991.57
HexF6DCF70B0312a3f5c
Octal3663343670130345277134
Binary111101101101110011110111010110111001010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCF7; }

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

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

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

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

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

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

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

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