#FCB2BA

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

Shades of Light Pink #FCB2BA

Tints of Light Pink #FCB2BA

Color information

#FCB2BA (or 0xFCB2BA) is unknown color: approx Light Pink. HEX triplet: FC, B2 and BA. RGB value is (252,178,186). Sum of RGB (Red+Green+Blue) = 252+178+186=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2BA is #034D45. Grayscale: #C9C9C9. Windows color (decimal): -216390 or 12235516. OLE color: 12235516.

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

Color convert

RGB252178186-
CMYK00.290.260.01
HSL353.51º92.5%84.31%-
HSV(B)353.51º29.37%98.82%-
XYZ64.9356.0853.86-
YUV201.04119.52164.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 178 (69.92% from 255) = 28.90%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=40.91%
G=28.90%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217818600.290.260.01353.5192.584.31
HexFCB2BA01D1A11625c54
Octal374262272035321542134124
Binary11111100101100101011101001110111010110110001010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2BA; }

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

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

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

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

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

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

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

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