#F2DAD5

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

Shades of Remy #F2DAD5

Tints of Remy #F2DAD5

Color information

#F2DAD5 (or 0xF2DAD5) is unknown color: approx Remy. HEX triplet: F2, DA and D5. RGB value is (242,218,213). Sum of RGB (Red+Green+Blue) = 242+218+213=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAD5 is #0D252A. Grayscale: #E0E0E0. Windows color (decimal): -861483 or 14015218. OLE color: 14015218.

HSL color Cylindrical-coordinate representation of color #F2DAD5: hue angle of 10.34º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DAD5 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242218213-
CMYK00.100.120.05
HSL10.34º52.73%89.22%-
HSV(B)10.34º11.98%94.9%-
XYZ73.773.8273.32-
YUV224.61121.45140.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.96%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=35.96%
G=32.39%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221821300.100.120.0510.3452.7389.22
HexF2DAD50AC5a3559
Octal3623323250121451265131
Binary11110010110110101101010101010110010110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAD5; }

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

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

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

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

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

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

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

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