#F8D9FE

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

Shades of Selago #F8D9FE

Tints of Selago #F8D9FE

Color information

#F8D9FE (or 0xF8D9FE) is unknown color: approx Selago. HEX triplet: F8, D9 and FE. RGB value is (248,217,254). Sum of RGB (Red+Green+Blue) = 248+217+254=719 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.49% from 719); Green value is 217 (85.16% from 255 or 30.18% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9FE is #072601. Grayscale: #E6E6E6. Windows color (decimal): -468482 or 16701944. OLE color: 16701944.

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

Color convert

RGB248217254-
CMYK0.020.1500.00
HSL290.27º94.87%92.35%-
HSV(B)290.27º14.57%99.61%-
XYZ81.4176.74104.29-
YUV230.49141.27140.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.49%
GREEN value IS 217 (85.16% from 255) = 30.18%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=34.49%
G=30.18%
B=35.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482172540.020.1500.00290.2794.8792.35
HexF8D9FE2F001225f5c
Octal37033137621700442137134
Binary1111100011011001111111101011110010010001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D9FE; }

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

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

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

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

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

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

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

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