Html Css Color HEX #FCDDD9 Remy

📋 copy color: '#FCDDD9'

red 252 ◦ green 221 ◦ blue 217

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

Shades of Remy #FCDDD9

Tints of Remy #FCDDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.03%

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

R = 36.52%
G = 32.03%
B = 31.45%

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

#FCDDD9 (or 0xFCDDD9) is known color: Remy. HEX triplet: FC, DD and D9. RGB value is (252,221,217). Sum of RGB (Red+Green+Blue) = 252+221+217=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD9 is #032226. Grayscale: #E5E5E5. Windows color (decimal): -205351 or 14278140. OLE color: 14278140.

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

Color convert

RGB 252 221 217 -
CMYK 0 0.12 0.14 0.01
HSL 6.86º 0.85% 0.92% -
HSV(B) 6.86º 0.14% 0.99% -
XYZ 78.53 77.42 76.45 -
YUV 229.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 252 221 217 0 0.12 0.14 0.01 6.86 0.85 0.92
Hex FC DD D9 0 C E 1 7 55 5C
Octal 374 335 331 0 14 16 1 7 125 134
Binary 11111100 11011101 11011001 0 1100 1110 1 111 1010101 1011100

Color Harmonies of #FCDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDD9

Black with #FCDDD9

Text Example


Text Example

White with #FCDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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