#F6E0FB

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

Shades of Selago #F6E0FB

Tints of Selago #F6E0FB

Color information

#F6E0FB (or 0xF6E0FB) is unknown color: approx Selago. HEX triplet: F6, E0 and FB. RGB value is (246,224,251). Sum of RGB (Red+Green+Blue) = 246+224+251=721 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.12% from 721); Green value is 224 (87.89% from 255 or 31.07% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E0FB is #091F04. Grayscale: #E9E9E9. Windows color (decimal): -597765 or 16507126. OLE color: 16507126.

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

Color convert

RGB246224251-
CMYK0.020.1100.02
HSL288.89º77.14%93.14%-
HSV(B)288.89º10.76%98.43%-
XYZ82.0779.87102.36-
YUV233.66137.79136.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.12%
GREEN value IS 224 (87.89% from 255) = 31.07%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=34.12%
G=31.07%
B=34.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462242510.020.1100.02288.8977.1493.14
HexF6E0FB2B021214d5d
Octal36634037321302441115135
Binary11110110111000001111101110101101010010000110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E0FB; }

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

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

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

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

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

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

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

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