#FCB7BF

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

Shades of Light Pink #FCB7BF

Tints of Light Pink #FCB7BF

Color information

#FCB7BF (or 0xFCB7BF) is unknown color: approx Light Pink. HEX triplet: FC, B7 and BF. RGB value is (252,183,191). Sum of RGB (Red+Green+Blue) = 252+183+191=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7BF is #034840. Grayscale: #CCCCCC. Windows color (decimal): -215105 or 12564476. OLE color: 12564476.

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

Color convert

RGB252183191-
CMYK00.270.240.01
HSL353.04º92%85.29%-
HSV(B)353.04º27.38%98.82%-
XYZ66.4858.3257.04-
YUV204.54120.36161.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 191 (75% from 255) = 30.51%
R=40.26%
G=29.23%
B=30.51%

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
Decimal25218319100.270.240.01353.049285.29
HexFCB7BF01B1811615c55
Octal374267277033301541134125
Binary11111100101101111011111101101111000110110000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7BF; }

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

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

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

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

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

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

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

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