#FB8C8A

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

Shades of Sweet Pink #FB8C8A

Tints of Sweet Pink #FB8C8A

Color information

#FB8C8A (or 0xFB8C8A) is unknown color: approx Sweet Pink. HEX triplet: FB, 8C and 8A. RGB value is (251,140,138). Sum of RGB (Red+Green+Blue) = 251+140+138=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C8A is #047375. Grayscale: #ADADAD. Windows color (decimal): -291702 or 9080059. OLE color: 9080059.

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

Color convert

RGB251140138-
CMYK00.440.450.02
HSL1.06º93.39%76.27%-
HSV(B)1.06º45.02%98.43%-
XYZ53.7541.129.15-
YUV172.96108.27183.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=47.45%
G=26.47%
B=26.09%

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
Decimal25114013800.440.450.021.0693.3976.27
HexFB8C8A02C2D215d4c
Octal3732142120545521135114
Binary111110111000110010001010010110010110110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8C8A; }

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

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

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

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

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

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

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

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