#F3E0DC

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

Shades of Remy #F3E0DC

Tints of Remy #F3E0DC

Color information

#F3E0DC (or 0xF3E0DC) is unknown color: approx Remy. HEX triplet: F3, E0 and DC. RGB value is (243,224,220). Sum of RGB (Red+Green+Blue) = 243+224+220=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0DC is #0C1F23. Grayscale: #E5E5E5. Windows color (decimal): -794404 or 14475507. OLE color: 14475507.

HSL color Cylindrical-coordinate representation of color #F3E0DC: hue angle of 10.43º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E0DC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243224220-
CMYK00.080.090.05
HSL10.43º48.94%90.78%-
HSV(B)10.43º9.47%95.29%-
XYZ76.5477.5378.64-
YUV229.22122.79137.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.37%
GREEN value IS 224 (87.89% from 255) = 32.61%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=35.37%
G=32.61%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322422000.080.090.0510.4348.9490.78
HexF3E0DC0895a315b
Octal3633403340101151261133
Binary11110011111000001101110001000100110110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E0DC; }

 p { color: rgb(243,224,220); }

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

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

 a { background-color: rgb(243,224,220); }

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

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

 span { border-color: rgb(243,224,220); }

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