#FBB3BC

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

Shades of Light Pink #FBB3BC

Tints of Light Pink #FBB3BC

Color information

#FBB3BC (or 0xFBB3BC) is unknown color: approx Light Pink. HEX triplet: FB, B3 and BC. RGB value is (251,179,188). Sum of RGB (Red+Green+Blue) = 251+179+188=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3BC is #044C43. Grayscale: #C9C9C9. Windows color (decimal): -281668 or 12366843. OLE color: 12366843.

HSL color Cylindrical-coordinate representation of color #FBB3BC: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3BC is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251179188-
CMYK00.290.250.02
HSL352.5º90%84.31%-
HSV(B)352.5º28.69%98.43%-
XYZ64.9856.3855.03-
YUV201.55120.35163.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 188 (73.83% from 255) = 30.42%
R=40.61%
G=28.96%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117918800.290.250.02352.59084.31
HexFBB3BC01D1921605a54
Octal373263274035312540132124
Binary111110111011001110111100011101110011010110000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3BC; }

 p { color: rgb(251,179,188); }

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

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

 a { background-color: rgb(251,179,188); }

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

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

 span { border-color: rgb(251,179,188); }

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