#F0DBF0

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

Shades of Selago #F0DBF0

Tints of Selago #F0DBF0

Color information

#F0DBF0 (or 0xF0DBF0) is unknown color: approx Selago. HEX triplet: F0, DB and F0. RGB value is (240,219,240). Sum of RGB (Red+Green+Blue) = 240+219+240=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBF0 is #0F240F. Grayscale: #E3E3E3. Windows color (decimal): -992272 or 15784944. OLE color: 15784944.

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

Color convert

RGB240219240-
CMYK00.0900.06
HSL300º41.18%90%-
HSV(B)300º8.75%94.12%-
XYZ76.9975.4892.95-
YUV227.67134.96136.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.33%
GREEN value IS 219 (85.94% from 255) = 31.33%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=34.33%
G=31.33%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021924000.0900.0630041.1890
HexF0DBF0090612c295a
Octal3603333600110645451132
Binary1111000011011011111100000100101101001011001010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DBF0; }

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

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

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

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

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

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

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

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