Html Css Color HEX #FBAB9D Rose Bud

📋 copy color: '#FBAB9D'

red 251 ◦ green 171 ◦ blue 157

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

Shades of Rose Bud #FBAB9D

Tints of Rose Bud #FBAB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.12%

R = 43.35%
G = 29.53%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBAB9D (or 0xFBAB9D) is known color: Rose Bud. HEX triplet: FB, AB and 9D. RGB value is (251,171,157). Sum of RGB (Red+Green+Blue) = 251+171+157=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB9D is #045462. Grayscale: #C1C1C1. Windows color (decimal): -283747 or 10333179. OLE color: 10333179.

HSL color Cylindrical-coordinate representation of color #FBAB9D: hue angle of 8.94º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBAB9D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 171 157 -
CMYK 0 0.32 0.37 0.02
HSL 8.94º 0.92% 0.8% -
HSV(B) 8.94º 0.37% 0.98% -
XYZ 60.43 52.07 38.76 -
YUV 193.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 251 171 157 0 0.32 0.37 0.02 8.94 0.92 0.8
Hex FB AB 9D 0 20 25 2 9 5C 50
Octal 373 253 235 0 40 45 2 11 134 120
Binary 11111011 10101011 10011101 0 100000 100101 10 1001 1011100 1010000

Color Harmonies of #FBAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB9D

Black with #FBAB9D

Text Example


Text Example

White with #FBAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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