#FDC0B9

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

Shades of Your Pink #FDC0B9

Tints of Your Pink #FDC0B9

Color information

#FDC0B9 (or 0xFDC0B9) is unknown color: approx Your Pink. HEX triplet: FD, C0 and B9. RGB value is (253,192,185). Sum of RGB (Red+Green+Blue) = 253+192+185=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0B9 is #023F46. Grayscale: #D1D1D1. Windows color (decimal): -147271 or 12173565. OLE color: 12173565.

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

Color convert

RGB253192185-
CMYK00.240.270.01
HSL6.18º94.44%85.88%-
HSV(B)6.18º26.88%99.22%-
XYZ68.1162.0854.29-
YUV209.44114.21159.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 185 (72.66% from 255) = 29.37%
R=40.16%
G=30.48%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319218500.240.270.016.1894.4485.88
HexFDC0B90181B165e56
Octal3753002710303316136126
Binary11111101110000001011100101100011011111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC0B9; }

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

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

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

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

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

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

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

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