#FB8C8B

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

Shades of Sweet Pink #FB8C8B

Tints of Sweet Pink #FB8C8B

Color information

#FB8C8B (or 0xFB8C8B) is unknown color: approx Sweet Pink. HEX triplet: FB, 8C and 8B. RGB value is (251,140,139). Sum of RGB (Red+Green+Blue) = 251+140+139=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C8B is #047374. Grayscale: #ADADAD. Windows color (decimal): -291701 or 9145595. OLE color: 9145595.

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

Color convert

RGB251140139-
CMYK00.440.450.02
HSL0.54º93.33%76.47%-
HSV(B)0.54º44.62%98.43%-
XYZ53.8241.1329.53-
YUV173.08108.77183.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=47.36%
G=26.42%
B=26.23%

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
Decimal25114013900.440.450.020.5493.3376.47
HexFB8C8B02C2D215d4c
Octal3732142130545521135114
Binary111110111000110010001011010110010110110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8C8B; }

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

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

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

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

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

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

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

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