Html Css Color HEX #FDDFD9 Remy

📋 copy color: '#FDDFD9'

red 253 ◦ green 223 ◦ blue 217

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

Shades of Remy #FDDFD9

Tints of Remy #FDDFD9

RGB

 RED value IS 253 (99.22% from 255) = 36.51%

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

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

R = 36.51%
G = 32.18%
B = 31.31%

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

#FDDFD9 (or 0xFDDFD9) is known color: Remy. HEX triplet: FD, DF and D9. RGB value is (253,223,217). Sum of RGB (Red+Green+Blue) = 253+223+217=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD9 is #022026. Grayscale: #E7E7E7. Windows color (decimal): -139303 or 14278653. OLE color: 14278653.

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

Color convert

RGB 253 223 217 -
CMYK 0 0.12 0.14 0.01
HSL 10º 0.9% 0.92% -
HSV(B) 10º 0.14% 0.99% -
XYZ 79.42 78.67 76.64 -
YUV 231.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 253 223 217 0 0.12 0.14 0.01 10 0.9 0.92
Hex FD DF D9 0 C E 1 A 5A 5C
Octal 375 337 331 0 14 16 1 12 132 134
Binary 11111101 11011111 11011001 0 1100 1110 1 1010 1011010 1011100

Color Harmonies of #FDDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFD9

Black with #FDDFD9

Text Example


Text Example

White with #FDDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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