#F8D9D6

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

Shades of Remy #F8D9D6

Tints of Remy #F8D9D6

Color information

#F8D9D6 (or 0xF8D9D6) is unknown color: approx Remy. HEX triplet: F8, D9 and D6. RGB value is (248,217,214). Sum of RGB (Red+Green+Blue) = 248+217+214=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 214 (83.98% from 255 or 31.52% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9D6 is #072629. Grayscale: #E1E1E1. Windows color (decimal): -468522 or 14080504. OLE color: 14080504.

HSL color Cylindrical-coordinate representation of color #F8D9D6: hue angle of 5.29º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D9D6 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248217214-
CMYK00.120.140.03
HSL5.29º70.83%90.59%-
HSV(B)5.29º13.71%97.25%-
XYZ75.6674.4474-
YUV225.93121.27143.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.52%
GREEN value IS 217 (85.16% from 255) = 31.96%
BLUE value IS 214 (83.98% from 255) = 31.52%
R=36.52%
G=31.96%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821721400.120.140.035.2970.8390.59
HexF8D9D60CE35475b
Octal3703313260141635107133
Binary1111100011011001110101100110011101110110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D9D6; }

 p { color: rgb(248,217,214); }

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

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

 a { background-color: rgb(248,217,214); }

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

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

 span { border-color: rgb(248,217,214); }

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