#F8DAD5

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

Shades of Remy #F8DAD5

Tints of Remy #F8DAD5

Color information

#F8DAD5 (or 0xF8DAD5) is unknown color: approx Remy. HEX triplet: F8, DA and D5. RGB value is (248,218,213). Sum of RGB (Red+Green+Blue) = 248+218+213=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAD5 is #07252A. Grayscale: #E2E2E2. Windows color (decimal): -468267 or 14015224. OLE color: 14015224.

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

Color convert

RGB248218213-
CMYK00.120.140.03
HSL8.57º71.43%90.39%-
HSV(B)8.57º14.11%97.25%-
XYZ75.7974.973.41-
YUV226.4120.44143.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.52%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 213 (83.59% from 255) = 31.37%
R=36.52%
G=32.11%
B=31.37%

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
Decimal24821821300.120.140.038.5771.4390.39
HexF8DAD50CE39475a
Octal37033232501416311107132
Binary11111000110110101101010101100111011100110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAD5; }

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

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

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

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

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

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

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

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