#F2DCD9

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

Shades of Remy #F2DCD9

Tints of Remy #F2DCD9

Color information

#F2DCD9 (or 0xF2DCD9) is unknown color: approx Remy. HEX triplet: F2, DC and D9. RGB value is (242,220,217). Sum of RGB (Red+Green+Blue) = 242+220+217=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCD9 is #0D2326. Grayscale: #E2E2E2. Windows color (decimal): -860967 or 14277874. OLE color: 14277874.

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

Color convert

RGB242220217-
CMYK00.090.100.05
HSL7.2º49.02%90%-
HSV(B)7.2º10.33%94.9%-
XYZ74.7475.0776.2-
YUV226.24122.79139.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 217 (85.16% from 255) = 31.96%
R=35.64%
G=32.40%
B=31.96%

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
Decimal24222021700.090.100.057.249.0290
HexF2DCD909A57315a
Octal362334331011125761132
Binary1111001011011100110110010100110101011111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCD9; }

 p { color: rgb(242,220,217); }

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

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

 a { background-color: rgb(242,220,217); }

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

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

 span { border-color: rgb(242,220,217); }

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