#FBBCB7

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

Shades of Your Pink #FBBCB7

Tints of Your Pink #FBBCB7

Color information

#FBBCB7 (or 0xFBBCB7) is unknown color: approx Your Pink. HEX triplet: FB, BC and B7. RGB value is (251,188,183). Sum of RGB (Red+Green+Blue) = 251+188+183=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCB7 is #044348. Grayscale: #CECECE. Windows color (decimal): -279369 or 12041467. OLE color: 12041467.

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

Color convert

RGB251188183-
CMYK00.250.270.02
HSL4.41º89.47%85.1%-
HSV(B)4.41º27.09%98.43%-
XYZ66.3159.8952.87-
YUV206.27114.87159.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 183 (71.88% from 255) = 29.42%
R=40.35%
G=30.23%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118818300.250.270.024.4189.4785.1
HexFBBCB70191B245955
Octal3732742670313324131125
Binary111110111011110010110111011001110111010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCB7; }

 p { color: rgb(251,188,183); }

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

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

 a { background-color: rgb(251,188,183); }

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

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

 span { border-color: rgb(251,188,183); }

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