#F9E6FD

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

Shades of Selago #F9E6FD

Tints of Selago #F9E6FD

Color information

#F9E6FD (or 0xF9E6FD) is unknown color: approx Selago. HEX triplet: F9, E6 and FD. RGB value is (249,230,253). Sum of RGB (Red+Green+Blue) = 249+230+253=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 230 (90.23% from 255 or 31.42% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E6FD is #061902. Grayscale: #EEEEEE. Windows color (decimal): -399619 or 16639737. OLE color: 16639737.

HSL color Cylindrical-coordinate representation of color #F9E6FD: hue angle of 289.57º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9E6FD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249230253-
CMYK0.020.0900.01
HSL289.57º85.19%94.71%-
HSV(B)289.57º9.09%99.22%-
XYZ85.0983.83104.62-
YUV238.3136.29135.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.02%
GREEN value IS 230 (90.23% from 255) = 31.42%
BLUE value IS 253 (99.22% from 255) = 34.56%
R=34.02%
G=31.42%
B=34.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492302530.020.0900.01289.5785.1994.71
HexF9E6FD2901122555f
Octal37134637521101442125137
Binary1111100111100110111111011010010110010001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E6FD; }

 p { color: rgb(249,230,253); }

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

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

 a { background-color: rgb(249,230,253); }

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

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

 span { border-color: rgb(249,230,253); }

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