Html Css Color HEX #FB8D8A Sweet Pink

📋 copy color: '#FB8D8A'

red 251 ◦ green 141 ◦ blue 138

#FB8D8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #FB8D8A

Tints of Sweet Pink #FB8D8A

RGB

 RED value IS 251 (98.44% from 255) = 47.36%

 GREEN value IS 141 (55.47% from 255) = 26.6%

 BLUE value IS 138 (54.3% from 255) = 26.04%

R = 47.36%
G = 26.6%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB8D8A (or 0xFB8D8A) is known color: Sweet Pink. HEX triplet: FB, 8D and 8A. RGB value is (251,141,138). Sum of RGB (Red+Green+Blue) = 251+141+138=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D8A is #047275. Grayscale: #ADADAD. Windows color (decimal): -291446 or 9080315. OLE color: 9080315.

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

Color convert

RGB 251 141 138 -
CMYK 0 0.44 0.45 0.02
HSL 1.59º 0.93% 0.76% -
HSV(B) 1.59º 0.45% 0.98% -
XYZ 53.9 41.39 29.19 -
YUV 173.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 251 141 138 0 0.44 0.45 0.02 1.59 0.93 0.76
Hex FB 8D 8A 0 2C 2D 2 2 5D 4C
Octal 373 215 212 0 54 55 2 2 135 114
Binary 11111011 10001101 10001010 0 101100 101101 10 10 1011101 1001100

Color Harmonies of #FB8D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8D8A

Black with #FB8D8A

Text Example


Text Example

White with #FB8D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8D8A; }

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

 H1.HeaderClassName
 {
   color: #FB8D8A;
 }
 .AnyTagClassName
 {
   color: #FB8D8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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