#FDDCDA

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

Shades of Remy #FDDCDA

Tints of Remy #FDDCDA

Color information

#FDDCDA (or 0xFDDCDA) is unknown color: approx Remy. HEX triplet: FD, DC and DA. RGB value is (253,220,218). Sum of RGB (Red+Green+Blue) = 253+220+218=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCDA is #022325. Grayscale: #E5E5E5. Windows color (decimal): -140070 or 14343421. OLE color: 14343421.

HSL color Cylindrical-coordinate representation of color #FDDCDA: hue angle of 3.43º 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 #FDDCDA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253220218-
CMYK00.130.140.01
HSL3.43º89.74%92.35%-
HSV(B)3.43º13.83%99.22%-
XYZ78.7677.1377.07-
YUV229.64121.43144.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=36.61%
G=31.84%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322021800.130.140.013.4389.7492.35
HexFDDCDA0DE135a5c
Octal3753343320151613132134
Binary11111101110111001101101001101111011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCDA; }

 p { color: rgb(253,220,218); }

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

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

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

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

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

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

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