#F0D9F2

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

Shades of Selago #F0D9F2

Tints of Selago #F0D9F2

Color information

#F0D9F2 (or 0xF0D9F2) is unknown color: approx Selago. HEX triplet: F0, D9 and F2. RGB value is (240,217,242). Sum of RGB (Red+Green+Blue) = 240+217+242=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0D9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9F2 is #0F260D. Grayscale: #E2E2E2. Windows color (decimal): -992782 or 15915504. OLE color: 15915504.

HSL color Cylindrical-coordinate representation of color #F0D9F2: hue angle of 295.2º degrees, saturation: 0.49, 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 #F0D9F2 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240217242-
CMYK0.010.1000.05
HSL295.2º49.02%90%-
HSV(B)295.2º10.33%94.9%-
XYZ76.7874.5694.35-
YUV226.73136.62137.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.33%
GREEN value IS 217 (85.16% from 255) = 31.04%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=34.33%
G=31.04%
B=34.62%

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
Decimal2402172420.010.1000.05295.249.0290
HexF0D9F21A05127315a
Octal3603313621120544761132
Binary1111000011011001111100101101001011001001111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9F2; }

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

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

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

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

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

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

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

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