#F6DCF9

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

Shades of Selago #F6DCF9

Tints of Selago #F6DCF9

Color information

#F6DCF9 (or 0xF6DCF9) is unknown color: approx Selago. HEX triplet: F6, DC and F9. RGB value is (246,220,249). Sum of RGB (Red+Green+Blue) = 246+220+249=715 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.41% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6DCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCF9 is #092306. Grayscale: #E6E6E6. Windows color (decimal): -598791 or 16375030. OLE color: 16375030.

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

Color convert

RGB246220249-
CMYK0.010.1200.02
HSL293.79º70.73%91.96%-
HSV(B)293.79º11.65%97.65%-
XYZ80.777.62100.35-
YUV231.08138.11138.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.41%
GREEN value IS 220 (86.33% from 255) = 30.77%
BLUE value IS 249 (97.66% from 255) = 34.83%
R=34.41%
G=30.77%
B=34.83%

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
Decimal2462202490.010.1200.02293.7970.7391.96
HexF6DCF91C02126475c
Octal36633437111402446107134
Binary1111011011011100111110011110001010010011010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCF9; }

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

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

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

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

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

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

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

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