#F8D8D6

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

Shades of Remy #F8D8D6

Tints of Remy #F8D8D6

Color information

#F8D8D6 (or 0xF8D8D6) is unknown color: approx Remy. HEX triplet: F8, D8 and D6. RGB value is (248,216,214). Sum of RGB (Red+Green+Blue) = 248+216+214=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8D6 is #072729. Grayscale: #E1E1E1. Windows color (decimal): -468778 or 14080248. OLE color: 14080248.

HSL color Cylindrical-coordinate representation of color #F8D8D6: hue angle of 3.53º 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 #F8D8D6 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248216214-
CMYK00.130.140.03
HSL3.53º70.83%90.59%-
HSV(B)3.53º13.71%97.25%-
XYZ75.473.9273.91-
YUV225.34121.6144.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 216 (84.77% from 255) = 31.86%
BLUE value IS 214 (83.98% from 255) = 31.56%
R=36.58%
G=31.86%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821621400.130.140.033.5370.8390.59
HexF8D8D60DE34475b
Octal3703303260151634107133
Binary1111100011011000110101100110111101110010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D8D6; }

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

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

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

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

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

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

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

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