#FCB0BB

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

Shades of Light Pink #FCB0BB

Tints of Light Pink #FCB0BB

Color information

#FCB0BB (or 0xFCB0BB) is unknown color: approx Light Pink. HEX triplet: FC, B0 and BB. RGB value is (252,176,187). Sum of RGB (Red+Green+Blue) = 252+176+187=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0BB is #034F44. Grayscale: #C8C8C8. Windows color (decimal): -216901 or 12300540. OLE color: 12300540.

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

Color convert

RGB252176187-
CMYK00.300.260.01
HSL351.32º92.68%83.92%-
HSV(B)351.32º30.16%98.82%-
XYZ64.6455.3354.29-
YUV199.98120.68165.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 176 (69.14% from 255) = 28.62%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=40.98%
G=28.62%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217618700.300.260.01351.3292.6883.92
HexFCB0BB01E1A115f5d54
Octal374260273036321537135124
Binary11111100101100001011101101111011010110101111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0BB; }

 p { color: rgb(252,176,187); }

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

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

 a { background-color: rgb(252,176,187); }

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

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

 span { border-color: rgb(252,176,187); }

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