#FBB8BF

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

Shades of Light Pink #FBB8BF

Tints of Light Pink #FBB8BF

Color information

#FBB8BF (or 0xFBB8BF) is unknown color: approx Light Pink. HEX triplet: FB, B8 and BF. RGB value is (251,184,191). Sum of RGB (Red+Green+Blue) = 251+184+191=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8BF is #044740. Grayscale: #CCCCCC. Windows color (decimal): -280385 or 12564731. OLE color: 12564731.

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

Color convert

RGB251184191-
CMYK00.270.240.02
HSL353.73º89.33%85.29%-
HSV(B)353.73º26.69%98.43%-
XYZ66.3358.5557.1-
YUV204.83120.2160.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 184 (72.27% from 255) = 29.39%
BLUE value IS 191 (75% from 255) = 30.51%
R=40.10%
G=29.39%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118419100.270.240.02353.7389.3385.29
HexFBB8BF01B1821625955
Octal373270277033302542131125
Binary111110111011100010111111011011110001010110001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8BF; }

 p { color: rgb(251,184,191); }

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

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

 a { background-color: rgb(251,184,191); }

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

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

 span { border-color: rgb(251,184,191); }

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