#FCB9BF

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

Shades of Light Pink #FCB9BF

Tints of Light Pink #FCB9BF

Color information

#FCB9BF (or 0xFCB9BF) is unknown color: approx Light Pink. HEX triplet: FC, B9 and BF. RGB value is (252,185,191). Sum of RGB (Red+Green+Blue) = 252+185+191=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9BF is #034640. Grayscale: #CDCDCD. Windows color (decimal): -214593 or 12564988. OLE color: 12564988.

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

Color convert

RGB252185191-
CMYK00.270.240.01
HSL354.63º91.78%85.69%-
HSV(B)354.63º26.59%98.82%-
XYZ66.959.1557.18-
YUV205.72119.7161.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 191 (75% from 255) = 30.41%
R=40.13%
G=29.46%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218519100.270.240.01354.6391.7885.69
HexFCB9BF01B1811635c56
Octal374271277033301543134126
Binary11111100101110011011111101101111000110110001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9BF; }

 p { color: rgb(252,185,191); }

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

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

 a { background-color: rgb(252,185,191); }

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

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

 span { border-color: rgb(252,185,191); }

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