#FB8A8A

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

Shades of Sweet Pink #FB8A8A

Tints of Sweet Pink #FB8A8A

Color information

#FB8A8A (or 0xFB8A8A) is unknown color: approx Sweet Pink. HEX triplet: FB, 8A and 8A. RGB value is (251,138,138). Sum of RGB (Red+Green+Blue) = 251+138+138=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A8A is #047575. Grayscale: #ABABAB. Windows color (decimal): -292214 or 9079547. OLE color: 9079547.

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

Color convert

RGB251138138-
CMYK00.450.450.02
HSL93.39%76.27%-
HSV(B)45.02%98.43%-
XYZ53.4640.5229.05-
YUV171.79108.94184.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.63%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=47.63%
G=26.19%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113813800.450.450.02093.3976.27
HexFB8A8A02D2D205d4c
Octal3732122120555520135114
Binary111110111000101010001010010110110110110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A8A; }

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

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

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

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

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

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

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

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