#FBC4BD

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

Shades of Your Pink #FBC4BD

Tints of Your Pink #FBC4BD

Color information

#FBC4BD (or 0xFBC4BD) is unknown color: approx Your Pink. HEX triplet: FB, C4 and BD. RGB value is (251,196,189). Sum of RGB (Red+Green+Blue) = 251+196+189=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4BD is #043B42. Grayscale: #D3D3D3. Windows color (decimal): -277315 or 12436731. OLE color: 12436731.

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

Color convert

RGB251196189-
CMYK00.220.250.02
HSL6.77º88.57%86.27%-
HSV(B)6.77º24.7%98.43%-
XYZ68.7163.6656.81-
YUV211.65115.22156.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=39.47%
G=30.82%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119618900.220.250.026.7788.5786.27
HexFBC4BD01619275956
Octal3733042750263127131126
Binary111110111100010010111101010110110011011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4BD; }

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

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

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

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

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

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

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

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