Html Css Color HEX #FDC5CD Pink

📋 copy color: '#FDC5CD'

red 253 ◦ green 197 ◦ blue 205

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

Shades of Pink #FDC5CD

Tints of Pink #FDC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.08%

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

R = 38.63%
G = 30.08%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDC5CD (or 0xFDC5CD) is known color: Pink. HEX triplet: FD, C5 and CD. RGB value is (253,197,205). Sum of RGB (Red+Green+Blue) = 253+197+205=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5CD is #023A32. Grayscale: #D6D6D6. Windows color (decimal): -145971 or 13485565. OLE color: 13485565.

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

Color convert

RGB 253 197 205 -
CMYK 0 0.22 0.19 0.01
HSL 351.43º 0.93% 0.88% -
HSV(B) 351.43º 0.22% 0.99% -
XYZ 71.49 65.22 66.58 -
YUV 214.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 253 197 205 0 0.22 0.19 0.01 351.43 0.93 0.88
Hex FD C5 CD 0 16 13 1 15F 5D 58
Octal 375 305 315 0 26 23 1 537 135 130
Binary 11111101 11000101 11001101 0 10110 10011 1 101011111 1011101 1011000

Color Harmonies of #FDC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5CD

Black with #FDC5CD

Text Example


Text Example

White with #FDC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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