#F3DCDA

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

Shades of Remy #F3DCDA

Tints of Remy #F3DCDA

Color information

#F3DCDA (or 0xF3DCDA) is unknown color: approx Remy. HEX triplet: F3, DC and DA. RGB value is (243,220,218). Sum of RGB (Red+Green+Blue) = 243+220+218=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCDA is #0C2325. Grayscale: #E2E2E2. Windows color (decimal): -795430 or 14343411. OLE color: 14343411.

HSL color Cylindrical-coordinate representation of color #F3DCDA: hue angle of 4.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DCDA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243220218-
CMYK00.090.100.05
HSL4.8º51.02%90.39%-
HSV(B)4.8º10.29%95.29%-
XYZ75.2175.376.9-
YUV226.65123.12139.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.68%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=35.68%
G=32.31%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322021800.090.100.054.851.0290.39
HexF3DCDA09A55335a
Octal363334332011125563132
Binary1111001111011100110110100100110101011011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCDA; }

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

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

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

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

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

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

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

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