#FDD9D9

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

Shades of Remy #FDD9D9

Tints of Remy #FDD9D9

Color information

#FDD9D9 (or 0xFDD9D9) is unknown color: approx Remy. HEX triplet: FD, D9 and D9. RGB value is (253,217,217). Sum of RGB (Red+Green+Blue) = 253+217+217=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9D9 is #022626. Grayscale: #E3E3E3. Windows color (decimal): -140839 or 14277117. OLE color: 14277117.

HSL color Cylindrical-coordinate representation of color #FDD9D9: hue angle of 0º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9D9 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253217217-
CMYK00.140.140.01
HSL90%92.16%-
HSV(B)14.23%99.22%-
XYZ77.8575.5276.12-
YUV227.76121.93146-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 217 (85.16% from 255) = 31.59%
BLUE value IS 217 (85.16% from 255) = 31.59%
R=36.83%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321721700.140.140.0109092.16
HexFDD9D90EE105a5c
Octal3753313310161610132134
Binary1111110111011001110110010111011101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9D9; }

 p { color: rgb(253,217,217); }

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

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

 a { background-color: rgb(253,217,217); }

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

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

 span { border-color: rgb(253,217,217); }

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