Html Css Color HEX #FDC7B7 Your Pink

📋 copy color: '#FDC7B7'

red 253 ◦ green 199 ◦ blue 183

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

Shades of Your Pink #FDC7B7

Tints of Your Pink #FDC7B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.82%

R = 39.84%
G = 31.34%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDC7B7 (or 0xFDC7B7) is known color: Your Pink. HEX triplet: FD, C7 and B7. RGB value is (253,199,183). Sum of RGB (Red+Green+Blue) = 253+199+183=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7B7 is #023848. Grayscale: #D5D5D5. Windows color (decimal): -145481 or 12044285. OLE color: 12044285.

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

Color convert

RGB 253 199 183 -
CMYK 0 0.21 0.28 0.01
HSL 13.71º 0.95% 0.85% -
HSV(B) 13.71º 0.28% 0.99% -
XYZ 69.48 65.15 53.71 -
YUV 213.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 253 199 183 0 0.21 0.28 0.01 13.71 0.95 0.85
Hex FD C7 B7 0 15 1C 1 E 5F 55
Octal 375 307 267 0 25 34 1 16 137 125
Binary 11111101 11000111 10110111 0 10101 11100 1 1110 1011111 1010101

Color Harmonies of #FDC7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7B7

Black with #FDC7B7

Text Example


Text Example

White with #FDC7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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