#FCB1BE

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

Shades of Light Pink #FCB1BE

Tints of Light Pink #FCB1BE

Color information

#FCB1BE (or 0xFCB1BE) is unknown color: approx Light Pink. HEX triplet: FC, B1 and BE. RGB value is (252,177,190). Sum of RGB (Red+Green+Blue) = 252+177+190=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1BE is #034E41. Grayscale: #C8C8C8. Windows color (decimal): -216642 or 12497404. OLE color: 12497404.

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

Color convert

RGB252177190-
CMYK00.300.250.01
HSL349.6º92.59%84.12%-
HSV(B)349.6º29.76%98.82%-
XYZ65.1655.8656.06-
YUV200.91121.85164.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=40.71%
G=28.59%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217719000.300.250.01349.692.5984.12
HexFCB1BE01E19115e5d54
Octal374261276036311536135124
Binary11111100101100011011111001111011001110101111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1BE; }

 p { color: rgb(252,177,190); }

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

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

 a { background-color: rgb(252,177,190); }

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

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

 span { border-color: rgb(252,177,190); }

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