#FB8D8B

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

Shades of Sweet Pink #FB8D8B

Tints of Sweet Pink #FB8D8B

Color information

#FB8D8B (or 0xFB8D8B) is unknown color: approx Sweet Pink. HEX triplet: FB, 8D and 8B. RGB value is (251,141,139). Sum of RGB (Red+Green+Blue) = 251+141+139=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D8B is #047274. Grayscale: #ADADAD. Windows color (decimal): -291445 or 9145851. OLE color: 9145851.

HSL color Cylindrical-coordinate representation of color #FB8D8B: hue angle of 1.07º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8D8B is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251141139-
CMYK00.440.450.02
HSL1.07º93.33%76.47%-
HSV(B)1.07º44.62%98.43%-
XYZ53.9741.4229.58-
YUV173.66108.44183.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=47.27%
G=26.55%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114113900.440.450.021.0793.3376.47
HexFB8D8B02C2D215d4c
Octal3732152130545521135114
Binary111110111000110110001011010110010110110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8D8B; }

 p { color: rgb(251,141,139); }

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

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

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

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

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

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

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