#FBBFBB

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

Shades of Your Pink #FBBFBB

Tints of Your Pink #FBBFBB

Color information

#FBBFBB (or 0xFBBFBB) is unknown color: approx Your Pink. HEX triplet: FB, BF and BB. RGB value is (251,191,187). Sum of RGB (Red+Green+Blue) = 251+191+187=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFBB is #044044. Grayscale: #D0D0D0. Windows color (decimal): -278597 or 12304379. OLE color: 12304379.

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

Color convert

RGB251191187-
CMYK00.240.250.02
HSL3.75º88.89%85.88%-
HSV(B)3.75º25.5%98.43%-
XYZ67.3861.3655.31-
YUV208.48115.88158.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=39.90%
G=30.37%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119118700.240.250.023.7588.8985.88
HexFBBFBB01819245956
Octal3732772730303124131126
Binary111110111011111110111011011000110011010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFBB; }

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

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

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

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

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

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

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

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