#F6D6FB

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

Shades of Selago #F6D6FB

Tints of Selago #F6D6FB

Color information

#F6D6FB (or 0xF6D6FB) is unknown color: approx Selago. HEX triplet: F6, D6 and FB. RGB value is (246,214,251). Sum of RGB (Red+Green+Blue) = 246+214+251=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 214 (83.98% from 255 or 30.10% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6D6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D6FB is #092904. Grayscale: #E3E3E3. Windows color (decimal): -600325 or 16504566. OLE color: 16504566.

HSL color Cylindrical-coordinate representation of color #F6D6FB: hue angle of 291.89º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D6FB is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246214251-
CMYK0.020.1500.02
HSL291.89º82.22%91.18%-
HSV(B)291.89º14.74%98.43%-
XYZ79.4774.65101.49-
YUV227.79141.1140.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.60%
GREEN value IS 214 (83.98% from 255) = 30.10%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=34.60%
G=30.10%
B=35.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462142510.020.1500.02291.8982.2291.18
HexF6D6FB2F02124525b
Octal36632637321702444122133
Binary11110110110101101111101110111101010010010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6FB; }

 p { color: rgb(246,214,251); }

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

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

 a { background-color: rgb(246,214,251); }

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

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

 span { border-color: rgb(246,214,251); }

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