Html Css Color HEX #FBAB8A Rose Bud

📋 copy color: '#FBAB8A'

red 251 ◦ green 171 ◦ blue 138

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

Shades of Rose Bud #FBAB8A

Tints of Rose Bud #FBAB8A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.54%

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

R = 44.82%
G = 30.54%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBAB8A (or 0xFBAB8A) is known color: Rose Bud. HEX triplet: FB, AB and 8A. RGB value is (251,171,138). Sum of RGB (Red+Green+Blue) = 251+171+138=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB8A is #045475. Grayscale: #BFBFBF. Windows color (decimal): -283766 or 9087995. OLE color: 9087995.

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

Color convert

RGB 251 171 138 -
CMYK 0 0.32 0.45 0.02
HSL 17.52º 0.93% 0.76% -
HSV(B) 17.52º 0.45% 0.98% -
XYZ 58.93 51.47 30.87 -
YUV 191.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 251 171 138 0 0.32 0.45 0.02 17.52 0.93 0.76
Hex FB AB 8A 0 20 2D 2 12 5D 4C
Octal 373 253 212 0 40 55 2 22 135 114
Binary 11111011 10101011 10001010 0 100000 101101 10 10010 1011101 1001100

Color Harmonies of #FBAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB8A

Black with #FBAB8A

Text Example


Text Example

White with #FBAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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