Html Css Color HEX #FBAB7D Tacao

📋 copy color: '#FBAB7D'

red 251 ◦ green 171 ◦ blue 125

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

Shades of Tacao #FBAB7D

Tints of Tacao #FBAB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.85%

R = 45.89%
G = 31.26%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBAB7D (or 0xFBAB7D) is known color: Tacao. HEX triplet: FB, AB and 7D. RGB value is (251,171,125). Sum of RGB (Red+Green+Blue) = 251+171+125=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB7D is #045482. Grayscale: #BDBDBD. Windows color (decimal): -283779 or 8236027. OLE color: 8236027.

HSL color Cylindrical-coordinate representation of color #FBAB7D: hue angle of 21.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBAB7D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 171 125 -
CMYK 0 0.32 0.50 0.02
HSL 21.9º 0.94% 0.74% -
HSV(B) 21.9º 0.5% 0.98% -
XYZ 58.05 51.12 26.21 -
YUV 189.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 251 171 125 0 0.32 0.50 0.02 21.9 0.94 0.74
Hex FB AB 7D 0 20 32 2 16 5E 4A
Octal 373 253 175 0 40 62 2 26 136 112
Binary 11111011 10101011 1111101 0 100000 110010 10 10110 1011110 1001010

Color Harmonies of #FBAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB7D

Black with #FBAB7D

Text Example


Text Example

White with #FBAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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