#FBBDC8

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

Shades of Pink #FBBDC8

Tints of Pink #FBBDC8

Color information

#FBBDC8 (or 0xFBBDC8) is unknown color: approx Pink. HEX triplet: FB, BD and C8. RGB value is (251,189,200). Sum of RGB (Red+Green+Blue) = 251+189+200=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC8 is #044237. Grayscale: #D0D0D0. Windows color (decimal): -279096 or 13155835. OLE color: 13155835.

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

Color convert

RGB251189200-
CMYK00.250.200.02
HSL349.35º88.57%86.27%-
HSV(B)349.35º24.7%98.43%-
XYZ68.4161.0762.83-
YUV208.79123.04158.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=39.22%
G=29.53%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118920000.250.200.02349.3588.5786.27
HexFBBDC801914215d5956
Octal373275310031242535131126
Binary111110111011110111001000011001101001010101110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDC8; }

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

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

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

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

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

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

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

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