#FBBBC7

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

Shades of Pink #FBBBC7

Tints of Pink #FBBBC7

Color information

#FBBBC7 (or 0xFBBBC7) is unknown color: approx Pink. HEX triplet: FB, BB and C7. RGB value is (251,187,199). Sum of RGB (Red+Green+Blue) = 251+187+199=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC7 is #044438. Grayscale: #CFCFCF. Windows color (decimal): -279609 or 13089787. OLE color: 13089787.

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

Color convert

RGB251187199-
CMYK00.250.210.02
HSL348.75º88.89%85.88%-
HSV(B)348.75º25.5%98.43%-
XYZ67.8660.1762.07-
YUV207.5123.2159.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 199 (78.12% from 255) = 31.24%
R=39.40%
G=29.36%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118719900.250.210.02348.7588.8985.88
HexFBBBC701915215d5956
Octal373273307031252535131126
Binary111110111011101111000111011001101011010101110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBC7; }

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

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

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

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

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

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

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

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