Html Css Color HEX #FBAB91 Rose Bud

📋 copy color: '#FBAB91'

red 251 ◦ green 171 ◦ blue 145

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

Shades of Rose Bud #FBAB91

Tints of Rose Bud #FBAB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.57%

R = 44.27%
G = 30.16%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBAB91 (or 0xFBAB91) is known color: Rose Bud. HEX triplet: FB, AB and 91. RGB value is (251,171,145). Sum of RGB (Red+Green+Blue) = 251+171+145=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB91 is #04546E. Grayscale: #C0C0C0. Windows color (decimal): -283759 or 9546747. OLE color: 9546747.

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

Color convert

RGB 251 171 145 -
CMYK 0 0.32 0.42 0.02
HSL 14.72º 0.93% 0.78% -
HSV(B) 14.72º 0.42% 0.98% -
XYZ 59.46 51.68 33.63 -
YUV 191.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 251 171 145 0 0.32 0.42 0.02 14.72 0.93 0.78
Hex FB AB 91 0 20 2A 2 F 5D 4E
Octal 373 253 221 0 40 52 2 17 135 116
Binary 11111011 10101011 10010001 0 100000 101010 10 1111 1011101 1001110

Color Harmonies of #FBAB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB91

Black with #FBAB91

Text Example


Text Example

White with #FBAB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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