#F6DCFC

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

Shades of Selago #F6DCFC

Tints of Selago #F6DCFC

Color information

#F6DCFC (or 0xF6DCFC) is unknown color: approx Selago. HEX triplet: F6, DC and FC. RGB value is (246,220,252). Sum of RGB (Red+Green+Blue) = 246+220+252=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCFC is #092303. Grayscale: #E7E7E7. Windows color (decimal): -598788 or 16571638. OLE color: 16571638.

HSL color Cylindrical-coordinate representation of color #F6DCFC: hue angle of 288.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6DCFC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246220252-
CMYK0.020.1300.01
HSL288.75º84.21%92.55%-
HSV(B)288.75º12.7%98.82%-
XYZ81.1777.81102.84-
YUV231.42139.61138.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.26%
GREEN value IS 220 (86.33% from 255) = 30.64%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=34.26%
G=30.64%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462202520.020.1300.01288.7584.2192.55
HexF6DCFC2D01121545d
Octal36633437421501441124135
Binary1111011011011100111111001011010110010000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCFC; }

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

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

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

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

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

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

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

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