#F0DDF1

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

Shades of Selago #F0DDF1

Tints of Selago #F0DDF1

Color information

#F0DDF1 (or 0xF0DDF1) is unknown color: approx Selago. HEX triplet: F0, DD and F1. RGB value is (240,221,241). Sum of RGB (Red+Green+Blue) = 240+221+241=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF1 is #0F220E. Grayscale: #E4E4E4. Windows color (decimal): -991759 or 15850992. OLE color: 15850992.

HSL color Cylindrical-coordinate representation of color #F0DDF1: hue angle of 297º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDF1 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240221241-
CMYK0.000.0800.05
HSL297º41.67%90.59%-
HSV(B)297º8.3%94.51%-
XYZ77.6776.5993.91-
YUV228.96134.79135.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.19%
GREEN value IS 221 (86.72% from 255) = 31.48%
BLUE value IS 241 (94.53% from 255) = 34.33%
R=34.19%
G=31.48%
B=34.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402212410.000.0800.0529741.6790.59
HexF0DDF108051292a5b
Octal3603353610100545152133
Binary1111000011011101111100010100001011001010011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDF1; }

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

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

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

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

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

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

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

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