#FDC0B7

Color #FDC0B7 Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FDC0B7

Tints of Your Pink #FDC0B7

Color information

#FDC0B7 (or 0xFDC0B7) is unknown color: approx Your Pink. HEX triplet: FD, C0 and B7. RGB value is (253,192,183). Sum of RGB (Red+Green+Blue) = 253+192+183=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0B7 is #023F48. Grayscale: #D1D1D1. Windows color (decimal): -147273 or 12042493. OLE color: 12042493.

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

Color convert

RGB253192183-
CMYK00.240.280.01
HSL7.71º94.59%85.49%-
HSV(B)7.71º27.67%99.22%-
XYZ67.96253.19-
YUV209.21113.21159.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 183 (71.88% from 255) = 29.14%
R=40.29%
G=30.57%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319218300.240.280.017.7194.5985.49
HexFDC0B70181C185f55
Octal37530026703034110137125
Binary111111011100000010110111011000111001100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC0B7; }

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

 H1.HeaderClassName
 {
   color: #FDC0B7;
 }
 .AnyTagClassName
 {
   color: #FDC0B7;
 }
</style>
background-color css

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

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

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

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

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

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