#F9DDF8

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

Shades of Selago #F9DDF8

Tints of Selago #F9DDF8

Color information

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

HSL color Cylindrical-coordinate representation of color #F9DDF8: hue angle of 302.14º 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 #F9DDF8 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB249221248-
CMYK00.110.000.02
HSL302.14º70%92.16%-
HSV(B)302.14º11.24%97.65%-
XYZ81.8778.6399.67-
YUV232.45136.78139.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922124800.110.000.02302.147092.16
HexF9DDF80B0212e465c
Octal37133537001302456106134
Binary1111100111011101111110000101101010010111010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDF8; }

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

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

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

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

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

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

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

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