#FFDFDA

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

Shades of Remy #FFDFDA

Tints of Remy #FFDFDA

Color information

#FFDFDA (or 0xFFDFDA) is unknown color: approx Remy. HEX triplet: FF, DF and DA. RGB value is (255,223,218). Sum of RGB (Red+Green+Blue) = 255+223+218=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFDA is #002025. Grayscale: #E8E8E8. Windows color (decimal): -8230 or 14344191. OLE color: 14344191.

HSL color Cylindrical-coordinate representation of color #FFDFDA: hue angle of 8.11º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDFDA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255223218-
CMYK00.130.150
HSL8.11º100%92.75%-
HSV(B)8.11º14.51%100%-
XYZ80.2879.177.37-
YUV232120.1144.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 218 (85.55% from 255) = 31.32%
R=36.64%
G=32.04%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522321800.130.1508.1110092.75
HexFFDFDA0DF08645d
Octal37733733201517010144135
Binary1111111111011111110110100110111110100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFDA; }

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

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

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

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

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

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

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

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