#F8D9FF

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

Shades of Selago #F8D9FF

Tints of Selago #F8D9FF

Color information

#F8D9FF (or 0xF8D9FF) is unknown color: approx Selago. HEX triplet: F8, D9 and FF. RGB value is (248,217,255). Sum of RGB (Red+Green+Blue) = 248+217+255=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 217 (85.16% from 255 or 30.14% 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 #F8D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9FF is #072600. Grayscale: #E6E6E6. Windows color (decimal): -468481 or 16767480. OLE color: 16767480.

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

Color convert

RGB248217255-
CMYK0.030.1500
HSL288.95º100%92.55%-
HSV(B)288.95º14.9%100%-
XYZ81.5776.8105.13-
YUV230.6141.77140.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.44%
GREEN value IS 217 (85.16% from 255) = 30.14%
BLUE value IS 255 (100% from 255) = 35.42%
R=34.44%
G=30.14%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482172550.030.1500288.9510092.55
HexF8D9FF3F00121645d
Octal37033137731700441144135
Binary1111100011011001111111111111110010010000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D9FF; }

 p { color: rgb(248,217,255); }

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

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

 a { background-color: rgb(248,217,255); }

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

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

 span { border-color: rgb(248,217,255); }

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