#FCB0B8

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

Shades of Light Pink #FCB0B8

Tints of Light Pink #FCB0B8

Color information

#FCB0B8 (or 0xFCB0B8) is unknown color: approx Light Pink. HEX triplet: FC, B0 and B8. RGB value is (252,176,184). Sum of RGB (Red+Green+Blue) = 252+176+184=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0B8 is #034F47. Grayscale: #C7C7C7. Windows color (decimal): -216904 or 12103932. OLE color: 12103932.

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

Color convert

RGB252176184-
CMYK00.300.270.01
HSL353.68º92.68%83.92%-
HSV(B)353.68º30.16%98.82%-
XYZ64.3255.2152.61-
YUV199.64119.18165.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 176 (69.14% from 255) = 28.76%
BLUE value IS 184 (72.27% from 255) = 30.07%
R=41.18%
G=28.76%
B=30.07%

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
Decimal25217618400.300.270.01353.6892.6883.92
HexFCB0B801E1B11625d54
Octal374260270036331542135124
Binary11111100101100001011100001111011011110110001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0B8; }

 p { color: rgb(252,176,184); }

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

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

 a { background-color: rgb(252,176,184); }

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

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

 span { border-color: rgb(252,176,184); }

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