#F4E1DC

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

Shades of Remy #F4E1DC

Tints of Remy #F4E1DC

Color information

#F4E1DC (or 0xF4E1DC) is unknown color: approx Remy. HEX triplet: F4, E1 and DC. RGB value is (244,225,220). Sum of RGB (Red+Green+Blue) = 244+225+220=689 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.41% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E1DC is #0B1E23. Grayscale: #E6E6E6. Windows color (decimal): -728612 or 14475764. OLE color: 14475764.

HSL color Cylindrical-coordinate representation of color #F4E1DC: hue angle of 12.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 #F4E1DC is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244225220-
CMYK00.080.100.04
HSL12.5º52.17%90.98%-
HSV(B)12.5º9.84%95.69%-
XYZ77.1578.2578.75-
YUV230.11122.29137.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.41%
GREEN value IS 225 (88.28% from 255) = 32.66%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=35.41%
G=32.66%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422522000.080.100.0412.552.1790.98
HexF4E1DC08A4d345b
Octal3643413340101241564133
Binary11110100111000011101110001000101010011011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E1DC; }

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

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

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

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

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

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

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

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