#F6D9FD

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

Shades of Selago #F6D9FD

Tints of Selago #F6D9FD

Color information

#F6D9FD (or 0xF6D9FD) is unknown color: approx Selago. HEX triplet: F6, D9 and FD. RGB value is (246,217,253). Sum of RGB (Red+Green+Blue) = 246+217+253=716 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.36% from 716); Green value is 217 (85.16% from 255 or 30.31% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6D9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D9FD is #092602. Grayscale: #E5E5E5. Windows color (decimal): -599555 or 16636406. OLE color: 16636406.

HSL color Cylindrical-coordinate representation of color #F6D9FD: hue angle of 288.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D9FD is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246217253-
CMYK0.030.1400.01
HSL288.33º90%92.16%-
HSV(B)288.33º14.23%99.22%-
XYZ80.5576.31103.41-
YUV229.78141.11139.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.36%
GREEN value IS 217 (85.16% from 255) = 30.31%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=34.36%
G=30.31%
B=35.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462172530.030.1400.01288.339092.16
HexF6D9FD3E011205a5c
Octal36633137531601440132134
Binary1111011011011001111111011111100110010000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9FD; }

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

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

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

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

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

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

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

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