#FBC4BA

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

Shades of Your Pink #FBC4BA

Tints of Your Pink #FBC4BA

Color information

#FBC4BA (or 0xFBC4BA) is unknown color: approx Your Pink. HEX triplet: FB, C4 and BA. RGB value is (251,196,186). Sum of RGB (Red+Green+Blue) = 251+196+186=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4BA is #043B45. Grayscale: #D3D3D3. Windows color (decimal): -277318 or 12240123. OLE color: 12240123.

HSL color Cylindrical-coordinate representation of color #FBC4BA: hue angle of 9.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBC4BA is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251196186-
CMYK00.220.260.02
HSL9.23º89.04%85.69%-
HSV(B)9.23º25.9%98.43%-
XYZ68.3963.5355.11-
YUV211.3113.72156.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=39.65%
G=30.96%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119618600.220.260.029.2389.0485.69
HexFBC4BA0161A295956
Octal37330427202632211131126
Binary1111101111000100101110100101101101010100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4BA; }

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

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

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

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

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

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

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

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