#F3E1DC

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

Shades of Remy #F3E1DC

Tints of Remy #F3E1DC

Color information

#F3E1DC (or 0xF3E1DC) is unknown color: approx Remy. HEX triplet: F3, E1 and DC. RGB value is (243,225,220). Sum of RGB (Red+Green+Blue) = 243+225+220=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1DC is #0C1E23. Grayscale: #E5E5E5. Windows color (decimal): -794148 or 14475763. OLE color: 14475763.

HSL color Cylindrical-coordinate representation of color #F3E1DC: hue angle of 13.04º 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 #F3E1DC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243225220-
CMYK00.070.090.05
HSL13.04º48.94%90.78%-
HSV(B)13.04º9.47%95.29%-
XYZ76.8178.0778.73-
YUV229.81122.46137.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 225 (88.28% from 255) = 32.70%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=35.32%
G=32.70%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322522000.070.090.0513.0448.9490.78
HexF3E1DC0795d315b
Octal363341334071151561133
Binary1111001111100001110111000111100110111011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E1DC; }

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

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

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

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

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

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

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

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