Html Css Color HEX #FB8A8A Sweet Pink

📋 copy color: '#FB8A8A'

red 251 ◦ green 138 ◦ blue 138

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

Shades of Sweet Pink #FB8A8A

Tints of Sweet Pink #FB8A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.19%

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

R = 47.63%
G = 26.19%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB8A8A (or 0xFB8A8A) is known color: 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

RGB 251 138 138 -
CMYK 0 0.45 0.45 0.02
HSL 0.93% 0.76% -
HSV(B) 0.45% 0.98% -
XYZ 53.46 40.52 29.05 -
YUV 171.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 251 138 138 0 0.45 0.45 0.02 0 0.93 0.76
Hex FB 8A 8A 0 2D 2D 2 0 5D 4C
Octal 373 212 212 0 55 55 2 0 135 114
Binary 11111011 10001010 10001010 0 101101 101101 10 0 1011101 1001100

Color Harmonies of #FB8A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8A8A

Black with #FB8A8A

Text Example


Text Example

White with #FB8A8A

Text Example


Text Example

HTML Codes & Css Web 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>