#FBBCBC

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

Shades of Your Pink #FBBCBC

Tints of Your Pink #FBBCBC

Color information

#FBBCBC (or 0xFBBCBC) is unknown color: approx Your Pink. HEX triplet: FB, BC and BC. RGB value is (251,188,188). Sum of RGB (Red+Green+Blue) = 251+188+188=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCBC is #044343. Grayscale: #CECECE. Windows color (decimal): -279364 or 12369147. OLE color: 12369147.

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

Color convert

RGB251188188-
CMYK00.250.250.02
HSL88.73%86.08%-
HSV(B)25.1%98.43%-
XYZ66.8460.1155.66-
YUV206.84117.37159.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 188 (73.83% from 255) = 29.98%
R=40.03%
G=29.98%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118818800.250.250.02088.7386.08
HexFBBCBC01919205956
Octal3732742740313120131126
Binary1111101110111100101111000110011100110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCBC; }

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

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

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

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

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

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

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

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