#F4DFDC

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

Shades of Remy #F4DFDC

Tints of Remy #F4DFDC

Color information

#F4DFDC (or 0xF4DFDC) is unknown color: approx Remy. HEX triplet: F4, DF and DC. RGB value is (244,223,220). Sum of RGB (Red+Green+Blue) = 244+223+220=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFDC is #0B2023. Grayscale: #E4E4E4. Windows color (decimal): -729124 or 14475252. OLE color: 14475252.

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

Color convert

RGB244223220-
CMYK00.090.100.04
HSL7.5º52.17%90.98%-
HSV(B)7.5º9.84%95.69%-
XYZ76.6177.1878.57-
YUV228.94122.96138.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.52%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=35.52%
G=32.46%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422322000.090.100.047.552.1790.98
HexF4DFDC09A48345b
Octal3643373340111241064133
Binary11110100110111111101110001001101010010001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFDC; }

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

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

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

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

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

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

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

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