#FBBDCD

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

Shades of Pink #FBBDCD

Tints of Pink #FBBDCD

Color information

#FBBDCD (or 0xFBBDCD) is unknown color: approx Pink. HEX triplet: FB, BD and CD. RGB value is (251,189,205). Sum of RGB (Red+Green+Blue) = 251+189+205=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDCD is #044232. Grayscale: #D1D1D1. Windows color (decimal): -279091 or 13483515. OLE color: 13483515.

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

Color convert

RGB251189205-
CMYK00.250.180.02
HSL344.52º88.57%86.27%-
HSV(B)344.52º24.7%98.43%-
XYZ6961.3165.96-
YUV209.36125.54157.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=38.91%
G=29.30%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118920500.250.180.02344.5288.5786.27
HexFBBDCD0191221595956
Octal373275315031222531131126
Binary111110111011110111001101011001100101010101100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDCD; }

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

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

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

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

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

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

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

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