#F4DCDA

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

Shades of Remy #F4DCDA

Tints of Remy #F4DCDA

Color information

#F4DCDA (or 0xF4DCDA) is unknown color: approx Remy. HEX triplet: F4, DC and DA. RGB value is (244,220,218). Sum of RGB (Red+Green+Blue) = 244+220+218=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCDA is #0B2325. Grayscale: #E2E2E2. Windows color (decimal): -729894 or 14343412. OLE color: 14343412.

HSL color Cylindrical-coordinate representation of color #F4DCDA: hue angle of 4.62º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DCDA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244220218-
CMYK00.100.110.04
HSL4.62º54.17%90.59%-
HSV(B)4.62º10.66%95.69%-
XYZ75.5675.4876.92-
YUV226.95122.95140.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.78%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=35.78%
G=32.26%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422021800.100.110.044.6254.1790.59
HexF4DCDA0AB45365b
Octal364334332012134566133
Binary1111010011011100110110100101010111001011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCDA; }

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

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

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

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

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

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

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

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