Html Css Color HEX #FDC7CD Pink

📋 copy color: '#FDC7CD'

red 253 ◦ green 199 ◦ blue 205

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

Shades of Pink #FDC7CD

Tints of Pink #FDC7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.29%

 BLUE value IS 205 (80.47% from 255) = 31.2%

R = 38.51%
G = 30.29%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDC7CD (or 0xFDC7CD) is known color: Pink. HEX triplet: FD, C7 and CD. RGB value is (253,199,205). Sum of RGB (Red+Green+Blue) = 253+199+205=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7CD is #023832. Grayscale: #D7D7D7. Windows color (decimal): -145459 or 13486077. OLE color: 13486077.

HSL color Cylindrical-coordinate representation of color #FDC7CD: hue angle of 353.33º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7CD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 205 -
CMYK 0 0.21 0.19 0.01
HSL 353.33º 0.93% 0.89% -
HSV(B) 353.33º 0.21% 0.99% -
XYZ 71.95 66.14 66.73 -
YUV 215.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 253 199 205 0 0.21 0.19 0.01 353.33 0.93 0.89
Hex FD C7 CD 0 15 13 1 161 5D 59
Octal 375 307 315 0 25 23 1 541 135 131
Binary 11111101 11000111 11001101 0 10101 10011 1 101100001 1011101 1011001

Color Harmonies of #FDC7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7CD

Black with #FDC7CD

Text Example


Text Example

White with #FDC7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7CD; }

 p { color: rgb(253,199,205); }

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

background-color css

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

 a { background-color: rgb(253,199,205); }

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

border-color css

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

 span { border-color: rgb(253,199,205); }

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