#F0DDF2

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

Shades of Selago #F0DDF2

Tints of Selago #F0DDF2

Color information

#F0DDF2 (or 0xF0DDF2) is unknown color: approx Selago. HEX triplet: F0, DD and F2. RGB value is (240,221,242). Sum of RGB (Red+Green+Blue) = 240+221+242=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0DDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF2 is #0F220D. Grayscale: #E5E5E5. Windows color (decimal): -991758 or 15916528. OLE color: 15916528.

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

Color convert

RGB240221242-
CMYK0.010.0900.05
HSL294.29º44.68%90.78%-
HSV(B)294.29º8.68%94.9%-
XYZ77.8276.6594.7-
YUV229.08135.29135.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.14%
GREEN value IS 221 (86.72% from 255) = 31.44%
BLUE value IS 242 (94.92% from 255) = 34.42%
R=34.14%
G=31.44%
B=34.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402212420.010.0900.05294.2944.6890.78
HexF0DDF219051262d5b
Octal3603353621110544655133
Binary1111000011011101111100101100101011001001101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDF2; }

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

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

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

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

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

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

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

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