#FBC0B4

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

Shades of Your Pink #FBC0B4

Tints of Your Pink #FBC0B4

Color information

#FBC0B4 (or 0xFBC0B4) is unknown color: approx Your Pink. HEX triplet: FB, C0 and B4. RGB value is (251,192,180). Sum of RGB (Red+Green+Blue) = 251+192+180=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0B4 is #043F4B. Grayscale: #D0D0D0. Windows color (decimal): -278348 or 11845883. OLE color: 11845883.

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

Color convert

RGB251192180-
CMYK00.240.280.02
HSL10.14º89.87%84.51%-
HSV(B)10.14º28.29%98.43%-
XYZ66.8761.551.53-
YUV208.27112.05158.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 180 (70.70% from 255) = 28.89%
R=40.29%
G=30.82%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119218000.240.280.0210.1489.8784.51
HexFBC0B40181C2a5a55
Octal37330026403034212132125
Binary1111101111000000101101000110001110010101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0B4; }

 p { color: rgb(251,192,180); }

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

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

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

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

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

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

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