#F6D6FA

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

Shades of Selago #F6D6FA

Tints of Selago #F6D6FA

Color information

#F6D6FA (or 0xF6D6FA) is unknown color: approx Selago. HEX triplet: F6, D6 and FA. RGB value is (246,214,250). Sum of RGB (Red+Green+Blue) = 246+214+250=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 214 (83.98% from 255 or 30.14% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6D6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D6FA is #092905. Grayscale: #E3E3E3. Windows color (decimal): -600326 or 16439030. OLE color: 16439030.

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

Color convert

RGB246214250-
CMYK0.020.1400.02
HSL293.33º78.26%90.98%-
HSV(B)293.33º14.4%98.04%-
XYZ79.3174.59100.66-
YUV227.67140.6141.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.65%
GREEN value IS 214 (83.98% from 255) = 30.14%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=34.65%
G=30.14%
B=35.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462142500.020.1400.02293.3378.2690.98
HexF6D6FA2E021254e5b
Octal36632637221602445116133
Binary11110110110101101111101010111001010010010110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6FA; }

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

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

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

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

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

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

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

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