Html Css Color HEX #FDC5CB Pink

📋 copy color: '#FDC5CB'

red 253 ◦ green 197 ◦ blue 203

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

Shades of Pink #FDC5CB

Tints of Pink #FDC5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.09%

R = 38.74%
G = 30.17%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDC5CB (or 0xFDC5CB) is known color: Pink. HEX triplet: FD, C5 and CB. RGB value is (253,197,203). Sum of RGB (Red+Green+Blue) = 253+197+203=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5CB is #023A34. Grayscale: #D6D6D6. Windows color (decimal): -145973 or 13354493. OLE color: 13354493.

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

Color convert

RGB 253 197 203 -
CMYK 0 0.22 0.20 0.01
HSL 353.57º 0.93% 0.88% -
HSV(B) 353.57º 0.22% 0.99% -
XYZ 71.25 65.13 65.32 -
YUV 214.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 253 197 203 0 0.22 0.20 0.01 353.57 0.93 0.88
Hex FD C5 CB 0 16 14 1 162 5D 58
Octal 375 305 313 0 26 24 1 542 135 130
Binary 11111101 11000101 11001011 0 10110 10100 1 101100010 1011101 1011000

Color Harmonies of #FDC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5CB

Black with #FDC5CB

Text Example


Text Example

White with #FDC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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