#F3DAD5

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

Shades of Remy #F3DAD5

Tints of Remy #F3DAD5

Color information

#F3DAD5 (or 0xF3DAD5) is unknown color: approx Remy. HEX triplet: F3, DA and D5. RGB value is (243,218,213). Sum of RGB (Red+Green+Blue) = 243+218+213=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAD5 is #0C252A. Grayscale: #E0E0E0. Windows color (decimal): -795947 or 14015219. OLE color: 14015219.

HSL color Cylindrical-coordinate representation of color #F3DAD5: hue angle of 10º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3DAD5 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB243218213-
CMYK00.100.120.05
HSL10º55.56%89.41%-
HSV(B)10º12.35%95.29%-
XYZ74.047473.33-
YUV224.9121.28140.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.05%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=36.05%
G=32.34%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321821300.100.120.051055.5689.41
HexF3DAD50AC5a3859
Octal3633323250121451270131
Binary11110011110110101101010101010110010110101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAD5; }

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

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

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

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

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

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

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

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