#F6DDFD

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

Shades of Selago #F6DDFD

Tints of Selago #F6DDFD

Color information

#F6DDFD (or 0xF6DDFD) is unknown color: approx Selago. HEX triplet: F6, DD and FD. RGB value is (246,221,253). Sum of RGB (Red+Green+Blue) = 246+221+253=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DDFD is #092202. Grayscale: #E8E8E8. Windows color (decimal): -598531 or 16637430. OLE color: 16637430.

HSL color Cylindrical-coordinate representation of color #F6DDFD: hue angle of 286.88º degrees, saturation: 0.89, 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 #F6DDFD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246221253-
CMYK0.030.1300.01
HSL286.88º88.89%92.94%-
HSV(B)286.88º12.65%99.22%-
XYZ81.5978.4103.76-
YUV232.12139.78137.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.17%
GREEN value IS 221 (86.72% from 255) = 30.69%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=34.17%
G=30.69%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462212530.030.1300.01286.8888.8992.94
HexF6DDFD3D0111f595d
Octal36633537531501437131135
Binary1111011011011101111111011111010110001111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDFD; }

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

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

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

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

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

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

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

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