#F0DCF4

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

Shades of Selago #F0DCF4

Tints of Selago #F0DCF4

Color information

#F0DCF4 (or 0xF0DCF4) is unknown color: approx Selago. HEX triplet: F0, DC and F4. RGB value is (240,220,244). Sum of RGB (Red+Green+Blue) = 240+220+244=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0DCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCF4 is #0F230B. Grayscale: #E4E4E4. Windows color (decimal): -992012 or 16047344. OLE color: 16047344.

HSL color Cylindrical-coordinate representation of color #F0DCF4: hue angle of 290º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DCF4 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240220244-
CMYK0.020.1000.04
HSL290º52.17%90.98%-
HSV(B)290º9.84%95.69%-
XYZ77.8676.2496.2-
YUV228.72136.63136.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.09%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 244 (95.70% from 255) = 34.66%
R=34.09%
G=31.25%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402202440.020.1000.0429052.1790.98
HexF0DCF42A04122345b
Octal3603343642120444264133
Binary11110000110111001111010010101001001001000101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCF4; }

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

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

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

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

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

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

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

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