Html Css Color HEX #FDC7BA Your Pink

📋 copy color: '#FDC7BA'

red 253 ◦ green 199 ◦ blue 186

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

Shades of Your Pink #FDC7BA

Tints of Your Pink #FDC7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.15%

R = 39.66%
G = 31.19%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDC7BA (or 0xFDC7BA) is known color: Your Pink. HEX triplet: FD, C7 and BA. RGB value is (253,199,186). Sum of RGB (Red+Green+Blue) = 253+199+186=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7BA is #023845. Grayscale: #D5D5D5. Windows color (decimal): -145478 or 12240893. OLE color: 12240893.

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

Color convert

RGB 253 199 186 -
CMYK 0 0.21 0.26 0.01
HSL 11.64º 0.94% 0.86% -
HSV(B) 11.64º 0.26% 0.99% -
XYZ 69.79 65.27 55.38 -
YUV 213.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 253 199 186 0 0.21 0.26 0.01 11.64 0.94 0.86
Hex FD C7 BA 0 15 1A 1 C 5E 56
Octal 375 307 272 0 25 32 1 14 136 126
Binary 11111101 11000111 10111010 0 10101 11010 1 1100 1011110 1010110

Color Harmonies of #FDC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7BA

Black with #FDC7BA

Text Example


Text Example

White with #FDC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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