#FCB8BE

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

Shades of Light Pink #FCB8BE

Tints of Light Pink #FCB8BE

Color information

#FCB8BE (or 0xFCB8BE) is unknown color: approx Light Pink. HEX triplet: FC, B8 and BE. RGB value is (252,184,190). Sum of RGB (Red+Green+Blue) = 252+184+190=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8BE is #034741. Grayscale: #CDCDCD. Windows color (decimal): -214850 or 12499196. OLE color: 12499196.

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

Color convert

RGB252184190-
CMYK00.270.250.01
HSL354.71º91.89%85.49%-
HSV(B)354.71º26.98%98.82%-
XYZ66.5858.6956.54-
YUV205.02119.53161.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 184 (72.27% from 255) = 29.39%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=40.26%
G=29.39%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218419000.270.250.01354.7191.8985.49
HexFCB8BE01B1911635c55
Octal374270276033311543134125
Binary11111100101110001011111001101111001110110001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8BE; }

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

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

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

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

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

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

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

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