#FCB0BE

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

Shades of Light Pink #FCB0BE

Tints of Light Pink #FCB0BE

Color information

#FCB0BE (or 0xFCB0BE) is unknown color: approx Light Pink. HEX triplet: FC, B0 and BE. RGB value is (252,176,190). Sum of RGB (Red+Green+Blue) = 252+176+190=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0BE is #034F41. Grayscale: #C8C8C8. Windows color (decimal): -216898 or 12497148. OLE color: 12497148.

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

Color convert

RGB252176190-
CMYK00.300.250.01
HSL348.95º92.68%83.92%-
HSV(B)348.95º30.16%98.82%-
XYZ64.9655.4656-
YUV200.32122.18164.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 176 (69.14% from 255) = 28.48%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=40.78%
G=28.48%
B=30.74%

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
Decimal25217619000.300.250.01348.9592.6883.92
HexFCB0BE01E19115d5d54
Octal374260276036311535135124
Binary11111100101100001011111001111011001110101110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0BE; }

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

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

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

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

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

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

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

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