#FBBBC8

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

Shades of Pink #FBBBC8

Tints of Pink #FBBBC8

Color information

#FBBBC8 (or 0xFBBBC8) is unknown color: approx Pink. HEX triplet: FB, BB and C8. RGB value is (251,187,200). Sum of RGB (Red+Green+Blue) = 251+187+200=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC8 is #044437. Grayscale: #CFCFCF. Windows color (decimal): -279608 or 13155323. OLE color: 13155323.

HSL color Cylindrical-coordinate representation of color #FBBBC8: hue angle of 347.81º 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 #FBBBC8 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251187200-
CMYK00.250.200.02
HSL347.81º88.89%85.88%-
HSV(B)347.81º25.5%98.43%-
XYZ67.9860.2262.68-
YUV207.62123.7158.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=39.34%
G=29.31%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118720000.250.200.02347.8188.8985.88
HexFBBBC801914215c5956
Octal373273310031242534131126
Binary111110111011101111001000011001101001010101110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBC8; }

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

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

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

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

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

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

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

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