#FDC4BA

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

Shades of Your Pink #FDC4BA

Tints of Your Pink #FDC4BA

Color information

#FDC4BA (or 0xFDC4BA) is unknown color: approx Your Pink. HEX triplet: FD, C4 and BA. RGB value is (253,196,186). Sum of RGB (Red+Green+Blue) = 253+196+186=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4BA is #023B45. Grayscale: #D4D4D4. Windows color (decimal): -146246 or 12240125. OLE color: 12240125.

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

Color convert

RGB253196186-
CMYK00.230.260.01
HSL8.96º94.37%86.08%-
HSV(B)8.96º26.48%99.22%-
XYZ69.1163.9155.15-
YUV211.9113.38157.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=39.84%
G=30.87%
B=29.29%

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
Decimal25319618600.230.260.018.9694.3786.08
HexFDC4BA0171A195e56
Octal37530427202732111136126
Binary111111011100010010111010010111110101100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4BA; }

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

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

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

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

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

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

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

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