#F0DAF3

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

Shades of Selago #F0DAF3

Tints of Selago #F0DAF3

Color information

#F0DAF3 (or 0xF0DAF3) is unknown color: approx Selago. HEX triplet: F0, DA and F3. RGB value is (240,218,243). Sum of RGB (Red+Green+Blue) = 240+218+243=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0DAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAF3 is #0F250C. Grayscale: #E3E3E3. Windows color (decimal): -992525 or 15981296. OLE color: 15981296.

HSL color Cylindrical-coordinate representation of color #F0DAF3: hue angle of 292.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DAF3 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240218243-
CMYK0.010.1000.05
HSL292.8º51.02%90.39%-
HSV(B)292.8º10.29%95.29%-
XYZ77.1875.1495.23-
YUV227.43136.79136.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 243 (95.31% from 255) = 34.66%
R=34.24%
G=31.10%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402182430.010.1000.05292.851.0290.39
HexF0DAF31A05125335a
Octal3603323631120544563132
Binary1111000011011010111100111101001011001001011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAF3; }

 p { color: rgb(240,218,243); }

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

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

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

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

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

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

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