#F8D9F9

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

Shades of Selago #F8D9F9

Tints of Selago #F8D9F9

Color information

#F8D9F9 (or 0xF8D9F9) is unknown color: approx Selago. HEX triplet: F8, D9 and F9. RGB value is (248,217,249). Sum of RGB (Red+Green+Blue) = 248+217+249=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 249 (97.66% from 255 or 34.87% from 714); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8D9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9F9 is #072606. Grayscale: #E5E5E5. Windows color (decimal): -468487 or 16374264. OLE color: 16374264.

HSL color Cylindrical-coordinate representation of color #F8D9F9: hue angle of 298.12º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8D9F9 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248217249-
CMYK0.000.1300.02
HSL298.12º72.73%91.37%-
HSV(B)298.12º12.85%97.65%-
XYZ80.6276.42100.12-
YUV229.92138.77140.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.73%
GREEN value IS 217 (85.16% from 255) = 30.39%
BLUE value IS 249 (97.66% from 255) = 34.87%
R=34.73%
G=30.39%
B=34.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482172490.000.1300.02298.1272.7391.37
HexF8D9F90D0212a495b
Octal37033137101502452111133
Binary1111100011011001111110010110101010010101010010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D9F9; }

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

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

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

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

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

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

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

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