#FDDFDA

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

Shades of Remy #FDDFDA

Tints of Remy #FDDFDA

Color information

#FDDFDA (or 0xFDDFDA) is unknown color: approx Remy. HEX triplet: FD, DF and DA. RGB value is (253,223,218). Sum of RGB (Red+Green+Blue) = 253+223+218=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFDA is #022025. Grayscale: #E7E7E7. Windows color (decimal): -139302 or 14344189. OLE color: 14344189.

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

Color convert

RGB253223218-
CMYK00.120.140.01
HSL8.57º89.74%92.35%-
HSV(B)8.57º13.83%99.22%-
XYZ79.5578.7277.33-
YUV231.4120.44143.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=36.46%
G=32.13%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322321800.120.140.018.5789.7492.35
HexFDDFDA0CE195a5c
Octal37533733201416111132134
Binary1111110111011111110110100110011101100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFDA; }

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

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

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

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

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

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

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

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