#FDC2BA

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

Shades of Your Pink #FDC2BA

Tints of Your Pink #FDC2BA

Color information

#FDC2BA (or 0xFDC2BA) is unknown color: approx Your Pink. HEX triplet: FD, C2 and BA. RGB value is (253,194,186). Sum of RGB (Red+Green+Blue) = 253+194+186=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2BA is #023D45. Grayscale: #D2D2D2. Windows color (decimal): -146758 or 12239613. OLE color: 12239613.

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

Color convert

RGB253194186-
CMYK00.230.260.01
HSL7.16º94.37%86.08%-
HSV(B)7.16º26.48%99.22%-
XYZ68.6663.0155-
YUV210.73114.05158.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=39.97%
G=30.65%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319418600.230.260.017.1694.3786.08
HexFDC2BA0171A175e56
Octal3753022720273217136126
Binary11111101110000101011101001011111010111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2BA; }

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

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

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

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

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

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

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

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