#FBC4B5

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

Shades of Your Pink #FBC4B5

Tints of Your Pink #FBC4B5

Color information

#FBC4B5 (or 0xFBC4B5) is unknown color: approx Your Pink. HEX triplet: FB, C4 and B5. RGB value is (251,196,181). Sum of RGB (Red+Green+Blue) = 251+196+181=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4B5 is #043B4A. Grayscale: #D2D2D2. Windows color (decimal): -277323 or 11912443. OLE color: 11912443.

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

Color convert

RGB251196181-
CMYK00.220.280.02
HSL12.86º89.74%84.71%-
HSV(B)12.86º27.89%98.43%-
XYZ67.8663.3352.36-
YUV210.74111.22156.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 196 (76.95% from 255) = 31.21%
BLUE value IS 181 (71.09% from 255) = 28.82%
R=39.97%
G=31.21%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119618100.220.280.0212.8689.7484.71
HexFBC4B50161C2d5a55
Octal37330426502634215132125
Binary1111101111000100101101010101101110010110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4B5; }

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

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

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

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

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

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

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

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