#FBB9BD

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

Shades of Light Pink #FBB9BD

Tints of Light Pink #FBB9BD

Color information

#FBB9BD (or 0xFBB9BD) is unknown color: approx Light Pink. HEX triplet: FB, B9 and BD. RGB value is (251,185,189). Sum of RGB (Red+Green+Blue) = 251+185+189=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9BD is #044642. Grayscale: #CDCDCD. Windows color (decimal): -280131 or 12433915. OLE color: 12433915.

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

Color convert

RGB251185189-
CMYK00.260.250.02
HSL356.36º89.19%85.49%-
HSV(B)356.36º26.29%98.43%-
XYZ66.3258.8856.01-
YUV205.19118.87160.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=40.16%
G=29.6%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118518900.260.250.02356.3689.1985.49
HexFBB9BD01A1921645955
Octal373271275032312544131125
Binary111110111011100110111101011010110011010110010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9BD; }

 p { color: rgb(251,185,189); }

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

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

 a { background-color: rgb(251,185,189); }

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

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

 span { border-color: rgb(251,185,189); }

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