#F0DAD5

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

Shades of Remy #F0DAD5

Tints of Remy #F0DAD5

Color information

#F0DAD5 (or 0xF0DAD5) is unknown color: approx Remy. HEX triplet: F0, DA and D5. RGB value is (240,218,213). Sum of RGB (Red+Green+Blue) = 240+218+213=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAD5 is #0F252A. Grayscale: #E0E0E0. Windows color (decimal): -992555 or 14015216. OLE color: 14015216.

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

Color convert

RGB240218213-
CMYK00.090.110.06
HSL11.11º47.37%88.82%-
HSV(B)11.11º11.25%94.12%-
XYZ73.0273.4773.28-
YUV224.01121.79139.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=35.77%
G=32.49%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021821300.090.110.0611.1147.3788.82
HexF0DAD509B6b2f59
Octal3603323250111361357131
Binary11110000110110101101010101001101111010111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAD5; }

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

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

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

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

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

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

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

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