#FCDFDA

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

Shades of Remy #FCDFDA

Tints of Remy #FCDFDA

Color information

#FCDFDA (or 0xFCDFDA) is unknown color: approx Remy. HEX triplet: FC, DF and DA. RGB value is (252,223,218). Sum of RGB (Red+Green+Blue) = 252+223+218=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDA is #032025. Grayscale: #E7E7E7. Windows color (decimal): -204838 or 14344188. OLE color: 14344188.

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

Color convert

RGB252223218-
CMYK00.120.130.01
HSL8.82º85%92.16%-
HSV(B)8.82º13.49%98.82%-
XYZ79.1978.5377.31-
YUV231.1120.61142.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=36.36%
G=32.18%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222321800.120.130.018.828592.16
HexFCDFDA0CD19555c
Octal37433733201415111125134
Binary1111110011011111110110100110011011100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFDA; }

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

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

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

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

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

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

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

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