#F5DFDA

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

Shades of Remy #F5DFDA

Tints of Remy #F5DFDA

Color information

#F5DFDA (or 0xF5DFDA) is unknown color: approx Remy. HEX triplet: F5, DF and DA. RGB value is (245,223,218). Sum of RGB (Red+Green+Blue) = 245+223+218=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFDA is #0A2025. Grayscale: #E5E5E5. Windows color (decimal): -663590 or 14344181. OLE color: 14344181.

HSL color Cylindrical-coordinate representation of color #F5DFDA: hue angle of 11.11º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DFDA is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245223218-
CMYK00.090.110.04
HSL11.11º57.45%90.78%-
HSV(B)11.11º11.02%96.08%-
XYZ76.777.2577.2-
YUV229.01121.79139.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=35.71%
G=32.51%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522321800.090.110.0411.1157.4590.78
HexF5DFDA09B4b395b
Octal3653373320111341371133
Binary11110101110111111101101001001101110010111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFDA; }

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

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

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

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

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

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

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

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