#FDC9BA

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

Shades of Your Pink #FDC9BA

Tints of Your Pink #FDC9BA

Color information

#FDC9BA (or 0xFDC9BA) is unknown color: approx Your Pink. HEX triplet: FD, C9 and BA. RGB value is (253,201,186). Sum of RGB (Red+Green+Blue) = 253+201+186=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9BA is #023645. Grayscale: #D6D6D6. Windows color (decimal): -144966 or 12241405. OLE color: 12241405.

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

Color convert

RGB253201186-
CMYK00.210.260.01
HSL13.43º94.37%86.08%-
HSV(B)13.43º26.48%99.22%-
XYZ70.2666.255.53-
YUV214.84111.73155.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.53%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=39.53%
G=31.41%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320118600.210.260.0113.4394.3786.08
HexFDC9BA0151A1d5e56
Octal37531127202532115136126
Binary111111011100100110111010010101110101110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC9BA; }

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

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

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

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

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

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

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

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