#F1DFDC

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

Shades of Remy #F1DFDC

Tints of Remy #F1DFDC

Color information

#F1DFDC (or 0xF1DFDC) is unknown color: approx Remy. HEX triplet: F1, DF and DC. RGB value is (241,223,220). Sum of RGB (Red+Green+Blue) = 241+223+220=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFDC is #0E2023. Grayscale: #E4E4E4. Windows color (decimal): -925732 or 14475249. OLE color: 14475249.

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

Color convert

RGB241223220-
CMYK00.070.090.05
HSL8.57º42.86%90.39%-
HSV(B)8.57º8.71%94.51%-
XYZ75.5876.6478.52-
YUV228.04123.46137.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=35.23%
G=32.60%
B=32.16%

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
Decimal24122322000.070.090.058.5742.8690.39
HexF1DFDC079592b5a
Octal361337334071151153132
Binary1111000111011111110111000111100110110011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFDC; }

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

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

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

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

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

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

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

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