#F1DAD6

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

Shades of Remy #F1DAD6

Tints of Remy #F1DAD6

Color information

#F1DAD6 (or 0xF1DAD6) is unknown color: approx Remy. HEX triplet: F1, DA and D6. RGB value is (241,218,214). Sum of RGB (Red+Green+Blue) = 241+218+214=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DAD6 is #0E2529. Grayscale: #E0E0E0. Windows color (decimal): -927018 or 14080753. OLE color: 14080753.

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

Color convert

RGB241218214-
CMYK00.100.110.05
HSL8.89º49.09%89.22%-
HSV(B)8.89º11.2%94.51%-
XYZ73.4873.773.97-
YUV224.42122.12139.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 214 (83.98% from 255) = 31.80%
R=35.81%
G=32.39%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121821400.100.110.058.8949.0989.22
HexF1DAD60AB593159
Octal3613323260121351161131
Binary11110001110110101101011001010101110110011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DAD6; }

 p { color: rgb(241,218,214); }

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

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

 a { background-color: rgb(241,218,214); }

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

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

 span { border-color: rgb(241,218,214); }

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