#F7DCDA

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

Shades of Remy #F7DCDA

Tints of Remy #F7DCDA

Color information

#F7DCDA (or 0xF7DCDA) is unknown color: approx Remy. HEX triplet: F7, DC and DA. RGB value is (247,220,218). Sum of RGB (Red+Green+Blue) = 247+220+218=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCDA is #082325. Grayscale: #E3E3E3. Windows color (decimal): -533286 or 14343415. OLE color: 14343415.

HSL color Cylindrical-coordinate representation of color #F7DCDA: hue angle of 4.14º degrees, saturation: 0.64, 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 #F7DCDA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247220218-
CMYK00.110.120.03
HSL4.14º64.44%91.18%-
HSV(B)4.14º11.74%96.86%-
XYZ76.6176.0276.97-
YUV227.84122.45141.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.06%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 218 (85.55% from 255) = 31.82%
R=36.06%
G=32.12%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722021800.110.120.034.1464.4491.18
HexF7DCDA0BC34405b
Octal3673343320131434100133
Binary1111011111011100110110100101111001110010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCDA; }

 p { color: rgb(247,220,218); }

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

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

 a { background-color: rgb(247,220,218); }

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

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

 span { border-color: rgb(247,220,218); }

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