#F8DDF9

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

Shades of Selago #F8DDF9

Tints of Selago #F8DDF9

Color information

#F8DDF9 (or 0xF8DDF9) is unknown color: approx Selago. HEX triplet: F8, DD and F9. RGB value is (248,221,249). Sum of RGB (Red+Green+Blue) = 248+221+249=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 221 (86.72% from 255 or 30.78% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8DDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDF9 is #072206. Grayscale: #E8E8E8. Windows color (decimal): -467463 or 16375288. OLE color: 16375288.

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

Color convert

RGB248221249-
CMYK0.000.1100.02
HSL297.86º70%92.16%-
HSV(B)297.86º11.24%97.65%-
XYZ81.6778.51100.47-
YUV232.26137.45139.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.54%
GREEN value IS 221 (86.72% from 255) = 30.78%
BLUE value IS 249 (97.66% from 255) = 34.68%
R=34.54%
G=30.78%
B=34.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482212490.000.1100.02297.867092.16
HexF8DDF90B0212a465c
Octal37033537101302452106134
Binary1111100011011101111110010101101010010101010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDF9; }

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

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

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

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

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

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

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

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