#F2DFDC

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

Shades of Remy #F2DFDC

Tints of Remy #F2DFDC

Color information

#F2DFDC (or 0xF2DFDC) is unknown color: approx Remy. HEX triplet: F2, DF and DC. RGB value is (242,223,220). Sum of RGB (Red+Green+Blue) = 242+223+220=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFDC is #0D2023. Grayscale: #E4E4E4. Windows color (decimal): -860196 or 14475250. OLE color: 14475250.

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

Color convert

RGB242223220-
CMYK00.080.090.05
HSL8.18º45.83%90.59%-
HSV(B)8.18º9.09%94.9%-
XYZ75.9276.8278.54-
YUV228.34123.29137.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=35.33%
G=32.55%
B=32.12%

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
Decimal24222322000.080.090.058.1845.8390.59
HexF2DFDC089582e5b
Octal3623373340101151056133
Binary11110010110111111101110001000100110110001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFDC; }

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

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

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

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

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

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

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

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