#FBBDBD

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

Shades of Your Pink #FBBDBD

Tints of Your Pink #FBBDBD

Color information

#FBBDBD (or 0xFBBDBD) is unknown color: approx Your Pink. HEX triplet: FB, BD and BD. RGB value is (251,189,189). Sum of RGB (Red+Green+Blue) = 251+189+189=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDBD is #044242. Grayscale: #CFCFCF. Windows color (decimal): -279107 or 12434939. OLE color: 12434939.

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

Color convert

RGB251189189-
CMYK00.250.250.02
HSL88.57%86.27%-
HSV(B)24.7%98.43%-
XYZ67.1760.5856.3-
YUV207.54117.54159-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=39.90%
G=30.05%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118918900.250.250.02088.5786.27
HexFBBDBD01919205956
Octal3732752750313120131126
Binary1111101110111101101111010110011100110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDBD; }

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

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

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

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

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

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

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

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