#F1DFDA

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

Shades of Remy #F1DFDA

Tints of Remy #F1DFDA

Color information

#F1DFDA (or 0xF1DFDA) is unknown color: approx Remy. HEX triplet: F1, DF and DA. RGB value is (241,223,218). Sum of RGB (Red+Green+Blue) = 241+223+218=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFDA is #0E2025. Grayscale: #E3E3E3. Windows color (decimal): -925734 or 14344177. OLE color: 14344177.

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

Color convert

RGB241223218-
CMYK00.070.100.05
HSL13.04º45.1%90%-
HSV(B)13.04º9.54%94.51%-
XYZ75.3276.5477.13-
YUV227.81122.46137.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=35.34%
G=32.70%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122321800.070.100.0513.0445.190
HexF1DFDA07A5d2d5a
Octal361337332071251555132
Binary1111000111011111110110100111101010111011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFDA; }

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

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

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

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

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

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

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

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