Html Css Color HEX #FCDFD9 Remy

📋 copy color: '#FCDFD9'

red 252 ◦ green 223 ◦ blue 217

#FCDFD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Remy #FCDFD9

Tints of Remy #FCDFD9

RGB

 RED value IS 252 (98.83% from 255) = 36.42%

 GREEN value IS 223 (87.5% from 255) = 32.23%

 BLUE value IS 217 (85.16% from 255) = 31.36%

R = 36.42%
G = 32.23%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCDFD9 (or 0xFCDFD9) is known color: Remy. HEX triplet: FC, DF and D9. RGB value is (252,223,217). Sum of RGB (Red+Green+Blue) = 252+223+217=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD9 is #032026. Grayscale: #E7E7E7. Windows color (decimal): -204839 or 14278652. OLE color: 14278652.

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

Color convert

RGB 252 223 217 -
CMYK 0 0.12 0.14 0.01
HSL 10.29º 0.85% 0.92% -
HSV(B) 10.29º 0.14% 0.99% -
XYZ 79.06 78.48 76.63 -
YUV 230.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 252 223 217 0 0.12 0.14 0.01 10.29 0.85 0.92
Hex FC DF D9 0 C E 1 A 55 5C
Octal 374 337 331 0 14 16 1 12 125 134
Binary 11111100 11011111 11011001 0 1100 1110 1 1010 1010101 1011100

Color Harmonies of #FCDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFD9

Black with #FCDFD9

Text Example


Text Example

White with #FCDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFD9; }

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

 H1.HeaderClassName
 {
   color: #FCDFD9;
 }
 .AnyTagClassName
 {
   color: #FCDFD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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