#F8DAD9

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

Shades of Remy #F8DAD9

Tints of Remy #F8DAD9

Color information

#F8DAD9 (or 0xF8DAD9) is unknown color: approx Remy. HEX triplet: F8, DA and D9. RGB value is (248,218,217). Sum of RGB (Red+Green+Blue) = 248+218+217=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 217 (85.16% from 255 or 31.77% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAD9 is #072526. Grayscale: #E2E2E2. Windows color (decimal): -468263 or 14277368. OLE color: 14277368.

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

Color convert

RGB248218217-
CMYK00.120.120.03
HSL1.94º68.89%91.18%-
HSV(B)1.94º12.5%97.25%-
XYZ76.3175.1176.12-
YUV226.86122.44143.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.31%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 217 (85.16% from 255) = 31.77%
R=36.31%
G=31.92%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821821700.120.120.031.9468.8991.18
HexF8DAD90CC32455b
Octal3703323310141432105133
Binary111110001101101011011001011001100111010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAD9; }

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

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

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

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

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

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

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

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