#F9DDF6

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

Shades of Selago #F9DDF6

Tints of Selago #F9DDF6

Color information

#F9DDF6 (or 0xF9DDF6) is unknown color: approx Selago. HEX triplet: F9, DD and F6. RGB value is (249,221,246). Sum of RGB (Red+Green+Blue) = 249+221+246=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF6 is #062209. Grayscale: #E8E8E8. Windows color (decimal): -401930 or 16178681. OLE color: 16178681.

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

Color convert

RGB249221246-
CMYK00.110.010.02
HSL306.43º70%92.16%-
HSV(B)306.43º11.24%97.65%-
XYZ81.5678.5198.04-
YUV232.22135.78139.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.78%
GREEN value IS 221 (86.72% from 255) = 30.87%
BLUE value IS 246 (96.48% from 255) = 34.36%
R=34.78%
G=30.87%
B=34.36%

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
Decimal24922124600.110.010.02306.437092.16
HexF9DDF60B12132465c
Octal37133536601312462106134
Binary1111100111011101111101100101111010011001010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDF6; }

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

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

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

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

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

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

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

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