Html Css Color HEX #FDDCD7 Remy

📋 copy color: '#FDDCD7'

red 253 ◦ green 220 ◦ blue 215

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

Shades of Remy #FDDCD7

Tints of Remy #FDDCD7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.98%

 BLUE value IS 215 (84.38% from 255) = 31.25%

R = 36.77%
G = 31.98%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDDCD7 (or 0xFDDCD7) is known color: Remy. HEX triplet: FD, DC and D7. RGB value is (253,220,215). Sum of RGB (Red+Green+Blue) = 253+220+215=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD7 is #022328. Grayscale: #E5E5E5. Windows color (decimal): -140073 or 14146813. OLE color: 14146813.

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

Color convert

RGB 253 220 215 -
CMYK 0 0.13 0.15 0.01
HSL 7.89º 0.9% 0.92% -
HSV(B) 7.89º 0.15% 0.99% -
XYZ 78.37 76.98 75.02 -
YUV 229.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 253 220 215 0 0.13 0.15 0.01 7.89 0.9 0.92
Hex FD DC D7 0 D F 1 8 5A 5C
Octal 375 334 327 0 15 17 1 10 132 134
Binary 11111101 11011100 11010111 0 1101 1111 1 1000 1011010 1011100

Color Harmonies of #FDDCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCD7

Black with #FDDCD7

Text Example


Text Example

White with #FDDCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCD7; }

 p { color: rgb(253,220,215); }

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

background-color css

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

 a { background-color: rgb(253,220,215); }

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

border-color css

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

 span { border-color: rgb(253,220,215); }

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