#FCBAB8

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

Shades of Your Pink #FCBAB8

Tints of Your Pink #FCBAB8

Color information

#FCBAB8 (or 0xFCBAB8) is unknown color: approx Your Pink. HEX triplet: FC, BA and B8. RGB value is (252,186,184). Sum of RGB (Red+Green+Blue) = 252+186+184=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 184 (72.27% from 255 or 29.58% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAB8 is #034547. Grayscale: #CDCDCD. Windows color (decimal): -214344 or 12106492. OLE color: 12106492.

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

Color convert

RGB252186184-
CMYK00.260.270.01
HSL1.76º91.89%85.49%-
HSV(B)1.76º26.98%98.82%-
XYZ66.3659.2753.29-
YUV205.51115.87161.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 184 (72.27% from 255) = 29.58%
R=40.51%
G=29.90%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218618400.260.270.011.7691.8985.49
HexFCBAB801A1B125c55
Octal3742722700323312134125
Binary1111110010111010101110000110101101111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAB8; }

 p { color: rgb(252,186,184); }

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

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

 a { background-color: rgb(252,186,184); }

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

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

 span { border-color: rgb(252,186,184); }

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