#F9DDF7

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

Shades of Selago #F9DDF7

Tints of Selago #F9DDF7

Color information

#F9DDF7 (or 0xF9DDF7) is unknown color: approx Selago. HEX triplet: F9, DD and F7. RGB value is (249,221,247). Sum of RGB (Red+Green+Blue) = 249+221+247=717 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.73% from 717); Green value is 221 (86.72% from 255 or 30.82% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF7 is #062208. Grayscale: #E8E8E8. Windows color (decimal): -401929 or 16244217. OLE color: 16244217.

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

Color convert

RGB249221247-
CMYK00.110.010.02
HSL304.29º70%92.16%-
HSV(B)304.29º11.24%97.65%-
XYZ81.7178.5798.85-
YUV232.34136.28139.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.73%
GREEN value IS 221 (86.72% from 255) = 30.82%
BLUE value IS 247 (96.88% from 255) = 34.45%
R=34.73%
G=30.82%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922124700.110.010.02304.297092.16
HexF9DDF70B12130465c
Octal37133536701312460106134
Binary1111100111011101111101110101111010011000010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDF7; }

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

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

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

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

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

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

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

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