#FCB2B9

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

Shades of Light Pink #FCB2B9

Tints of Light Pink #FCB2B9

Color information

#FCB2B9 (or 0xFCB2B9) is unknown color: approx Light Pink. HEX triplet: FC, B2 and B9. RGB value is (252,178,185). Sum of RGB (Red+Green+Blue) = 252+178+185=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2B9 is #034D46. Grayscale: #C8C8C8. Windows color (decimal): -216391 or 12169980. OLE color: 12169980.

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

Color convert

RGB252178185-
CMYK00.290.270.01
HSL354.32º92.5%84.31%-
HSV(B)354.32º29.37%98.82%-
XYZ64.8256.0453.3-
YUV200.92119.02164.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 178 (69.92% from 255) = 28.94%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=40.98%
G=28.94%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217818500.290.270.01354.3292.584.31
HexFCB2B901D1B11625c54
Octal374262271035331542134124
Binary11111100101100101011100101110111011110110001010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2B9; }

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

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

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

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

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

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

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

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