#F7DEDC

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

Shades of Remy #F7DEDC

Tints of Remy #F7DEDC

Color information

#F7DEDC (or 0xF7DEDC) is unknown color: approx Remy. HEX triplet: F7, DE and DC. RGB value is (247,222,220). Sum of RGB (Red+Green+Blue) = 247+222+220=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEDC is #082123. Grayscale: #E5E5E5. Windows color (decimal): -532772 or 14474999. OLE color: 14474999.

HSL color Cylindrical-coordinate representation of color #F7DEDC: hue angle of 4.44º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DEDC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247222220-
CMYK00.100.110.03
HSL4.44º62.79%91.57%-
HSV(B)4.44º10.93%96.86%-
XYZ77.477.1878.53-
YUV229.25122.78140.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.85%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=35.85%
G=32.22%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722222000.100.110.034.4462.7991.57
HexF7DEDC0AB343f5c
Octal367336334012133477134
Binary111101111101111011011100010101011111001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DEDC; }

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

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

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

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

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

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

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

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