#FB8E8C

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

Shades of Sweet Pink #FB8E8C

Tints of Sweet Pink #FB8E8C

Color information

#FB8E8C (or 0xFB8E8C) is unknown color: approx Sweet Pink. HEX triplet: FB, 8E and 8C. RGB value is (251,142,140). Sum of RGB (Red+Green+Blue) = 251+142+140=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8E8C is #047173. Grayscale: #AEAEAE. Windows color (decimal): -291188 or 9211643. OLE color: 9211643.

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

Color convert

RGB251142140-
CMYK00.430.440.02
HSL1.08º93.28%76.67%-
HSV(B)1.08º44.22%98.43%-
XYZ54.1941.7530.01-
YUV174.36108.61182.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.09%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 140 (55.08% from 255) = 26.27%
R=47.09%
G=26.64%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114214000.430.440.021.0893.2876.67
HexFB8E8C02B2C215d4d
Octal3732162140535421135115
Binary111110111000111010001100010101110110010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8E8C; }

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

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

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

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

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

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

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

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