#F0DDF0

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

Shades of Selago #F0DDF0

Tints of Selago #F0DDF0

Color information

#F0DDF0 (or 0xF0DDF0) is unknown color: approx Selago. HEX triplet: F0, DD and F0. RGB value is (240,221,240). Sum of RGB (Red+Green+Blue) = 240+221+240=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0DDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF0 is #0F220F. Grayscale: #E4E4E4. Windows color (decimal): -991760 or 15785456. OLE color: 15785456.

HSL color Cylindrical-coordinate representation of color #F0DDF0: hue angle of 300º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDF0 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB240221240-
CMYK00.0800.06
HSL300º38.78%90.39%-
HSV(B)300º7.92%94.12%-
XYZ77.5276.5393.12-
YUV228.85134.29135.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 221 (86.72% from 255) = 31.53%
BLUE value IS 240 (94.14% from 255) = 34.24%
R=34.24%
G=31.53%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022124000.0800.0630038.7890.39
HexF0DDF0080612c275a
Octal3603353600100645447132
Binary1111000011011101111100000100001101001011001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDF0; }

 p { color: rgb(240,221,240); }

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

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

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

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

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

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

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