#FBC2B5

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

Shades of Your Pink #FBC2B5

Tints of Your Pink #FBC2B5

Color information

#FBC2B5 (or 0xFBC2B5) is unknown color: approx Your Pink. HEX triplet: FB, C2 and B5. RGB value is (251,194,181). Sum of RGB (Red+Green+Blue) = 251+194+181=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2B5 is #043D4A. Grayscale: #D1D1D1. Windows color (decimal): -277835 or 11911931. OLE color: 11911931.

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

Color convert

RGB251194181-
CMYK00.230.280.02
HSL11.14º89.74%84.71%-
HSV(B)11.14º27.89%98.43%-
XYZ67.4262.4352.21-
YUV209.56111.88157.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 181 (71.09% from 255) = 28.91%
R=40.10%
G=30.99%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119418100.230.280.0211.1489.7484.71
HexFBC2B50171C2b5a55
Octal37330226502734213132125
Binary1111101111000010101101010101111110010101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2B5; }

 p { color: rgb(251,194,181); }

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

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

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

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

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

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

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