#FCB1B9

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

Shades of Light Pink #FCB1B9

Tints of Light Pink #FCB1B9

Color information

#FCB1B9 (or 0xFCB1B9) is unknown color: approx Light Pink. HEX triplet: FC, B1 and B9. RGB value is (252,177,185). Sum of RGB (Red+Green+Blue) = 252+177+185=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1B9 is #034E46. Grayscale: #C8C8C8. Windows color (decimal): -216647 or 12169724. OLE color: 12169724.

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

Color convert

RGB252177185-
CMYK00.300.270.01
HSL353.6º92.59%84.12%-
HSV(B)353.6º29.76%98.82%-
XYZ64.6255.6453.23-
YUV200.34119.35164.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=41.04%
G=28.83%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217718500.300.270.01353.692.5984.12
HexFCB1B901E1B11625d54
Octal374261271036331542135124
Binary11111100101100011011100101111011011110110001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1B9; }

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

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

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

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

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

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

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

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