#FBC4BB

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

Shades of Your Pink #FBC4BB

Tints of Your Pink #FBC4BB

Color information

#FBC4BB (or 0xFBC4BB) is unknown color: approx Your Pink. HEX triplet: FB, C4 and BB. RGB value is (251,196,187). Sum of RGB (Red+Green+Blue) = 251+196+187=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4BB is #043B44. Grayscale: #D3D3D3. Windows color (decimal): -277317 or 12305659. OLE color: 12305659.

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

Color convert

RGB251196187-
CMYK00.220.250.02
HSL8.44º88.89%85.88%-
HSV(B)8.44º25.5%98.43%-
XYZ68.4963.5855.68-
YUV211.42114.22156.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=39.59%
G=30.91%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119618700.220.250.028.4488.8985.88
HexFBC4BB01619285956
Octal37330427302631210131126
Binary1111101111000100101110110101101100110100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4BB; }

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

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

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

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

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

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

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

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