#F0DCF0

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

Shades of Selago #F0DCF0

Tints of Selago #F0DCF0

Color information

#F0DCF0 (or 0xF0DCF0) is unknown color: approx Selago. HEX triplet: F0, DC and F0. RGB value is (240,220,240). Sum of RGB (Red+Green+Blue) = 240+220+240=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0DCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCF0 is #0F230F. Grayscale: #E4E4E4. Windows color (decimal): -992016 or 15785200. OLE color: 15785200.

HSL color Cylindrical-coordinate representation of color #F0DCF0: hue angle of 300º degrees, saturation: 0.4, 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 #F0DCF0 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB240220240-
CMYK00.0800.06
HSL300º40%90.2%-
HSV(B)300º8.33%94.12%-
XYZ77.267693.04-
YUV228.26134.63136.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 220 (86.33% from 255) = 31.43%
BLUE value IS 240 (94.14% from 255) = 34.29%
R=34.29%
G=31.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022024000.0800.063004090.2
HexF0DCF0080612c285a
Octal3603343600100645450132
Binary1111000011011100111100000100001101001011001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCF0; }

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

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

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

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

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

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

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

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