#F9D8FF

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

Shades of Selago #F9D8FF

Tints of Selago #F9D8FF

Color information

#F9D8FF (or 0xF9D8FF) is unknown color: approx Selago. HEX triplet: F9, D8 and FF. RGB value is (249,216,255). Sum of RGB (Red+Green+Blue) = 249+216+255=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 216 (84.77% from 255 or 30% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D8FF is #062700. Grayscale: #E6E6E6. Windows color (decimal): -403201 or 16767225. OLE color: 16767225.

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

Color convert

RGB249216255-
CMYK0.020.1500
HSL290.77º100%92.35%-
HSV(B)290.77º15.29%100%-
XYZ81.6776.47105.06-
YUV230.31141.93141.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.58%
GREEN value IS 216 (84.77% from 255) = 30%
BLUE value IS 255 (100% from 255) = 35.42%
R=34.58%
G=30%
B=35.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492162550.020.1500290.7710092.35
HexF9D8FF2F00123645c
Octal37133037721700443144134
Binary1111100111011000111111111011110010010001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D8FF; }

 p { color: rgb(249,216,255); }

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

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

 a { background-color: rgb(249,216,255); }

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

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

 span { border-color: rgb(249,216,255); }

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