Html Css Color HEX #FBAB94 Rose Bud

📋 copy color: '#FBAB94'

red 251 ◦ green 171 ◦ blue 148

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

Shades of Rose Bud #FBAB94

Tints of Rose Bud #FBAB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.96%

R = 44.04%
G = 30%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBAB94 (or 0xFBAB94) is known color: Rose Bud. HEX triplet: FB, AB and 94. RGB value is (251,171,148). Sum of RGB (Red+Green+Blue) = 251+171+148=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB94 is #04546B. Grayscale: #C0C0C0. Windows color (decimal): -283756 or 9743355. OLE color: 9743355.

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

Color convert

RGB 251 171 148 -
CMYK 0 0.32 0.41 0.02
HSL 13.4º 0.93% 0.78% -
HSV(B) 13.4º 0.41% 0.98% -
XYZ 59.69 51.77 34.86 -
YUV 192.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 251 171 148 0 0.32 0.41 0.02 13.4 0.93 0.78
Hex FB AB 94 0 20 29 2 D 5D 4E
Octal 373 253 224 0 40 51 2 15 135 116
Binary 11111011 10101011 10010100 0 100000 101001 10 1101 1011101 1001110

Color Harmonies of #FBAB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB94

Black with #FBAB94

Text Example


Text Example

White with #FBAB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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