Html Css Color HEX #FBAB9F Rose Bud

📋 copy color: '#FBAB9F'

red 251 ◦ green 171 ◦ blue 159

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

Shades of Rose Bud #FBAB9F

Tints of Rose Bud #FBAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.37%

R = 43.2%
G = 29.43%
B = 27.37%

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

#FBAB9F (or 0xFBAB9F) is known color: Rose Bud. HEX triplet: FB, AB and 9F. RGB value is (251,171,159). Sum of RGB (Red+Green+Blue) = 251+171+159=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB9F is #045460. Grayscale: #C1C1C1. Windows color (decimal): -283745 or 10464251. OLE color: 10464251.

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

Color convert

RGB 251 171 159 -
CMYK 0 0.32 0.37 0.02
HSL 7.83º 0.92% 0.8% -
HSV(B) 7.83º 0.37% 0.98% -
XYZ 60.6 52.14 39.67 -
YUV 193.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 251 171 159 0 0.32 0.37 0.02 7.83 0.92 0.8
Hex FB AB 9F 0 20 25 2 8 5C 50
Octal 373 253 237 0 40 45 2 10 134 120
Binary 11111011 10101011 10011111 0 100000 100101 10 1000 1011100 1010000

Color Harmonies of #FBAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB9F

Black with #FBAB9F

Text Example


Text Example

White with #FBAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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