#FBC4B3

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

Shades of Your Pink #FBC4B3

Tints of Your Pink #FBC4B3

Color information

#FBC4B3 (or 0xFBC4B3) is unknown color: approx Your Pink. HEX triplet: FB, C4 and B3. RGB value is (251,196,179). Sum of RGB (Red+Green+Blue) = 251+196+179=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4B3 is #043B4C. Grayscale: #D2D2D2. Windows color (decimal): -277325 or 11781371. OLE color: 11781371.

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

Color convert

RGB251196179-
CMYK00.220.290.02
HSL14.17º90%84.31%-
HSV(B)14.17º28.69%98.43%-
XYZ67.6663.2451.29-
YUV210.51110.22156.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 196 (76.95% from 255) = 31.31%
BLUE value IS 179 (70.31% from 255) = 28.59%
R=40.10%
G=31.31%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119617900.220.290.0214.179084.31
HexFBC4B30161D2e5a54
Octal37330426302635216132124
Binary1111101111000100101100110101101110110111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4B3; }

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

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

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

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

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

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

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

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