Html Css Color HEX #FBAF7E Tacao

📋 copy color: '#FBAF7E'

red 251 ◦ green 175 ◦ blue 126

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

Shades of Tacao #FBAF7E

Tints of Tacao #FBAF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.7%

 BLUE value IS 126 (49.61% from 255) = 22.83%

R = 45.47%
G = 31.7%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBAF7E (or 0xFBAF7E) is known color: Tacao. HEX triplet: FB, AF and 7E. RGB value is (251,175,126). Sum of RGB (Red+Green+Blue) = 251+175+126=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF7E is #045081. Grayscale: #C0C0C0. Windows color (decimal): -282754 or 8302587. OLE color: 8302587.

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

Color convert

RGB 251 175 126 -
CMYK 0 0.30 0.50 0.02
HSL 23.52º 0.94% 0.74% -
HSV(B) 23.52º 0.5% 0.98% -
XYZ 58.88 52.68 26.8 -
YUV 192.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 251 175 126 0 0.30 0.50 0.02 23.52 0.94 0.74
Hex FB AF 7E 0 1E 32 2 18 5E 4A
Octal 373 257 176 0 36 62 2 30 136 112
Binary 11111011 10101111 1111110 0 11110 110010 10 11000 1011110 1001010

Color Harmonies of #FBAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAF7E

Black with #FBAF7E

Text Example


Text Example

White with #FBAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAF7E; }

 p { color: rgb(251,175,126); }

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

background-color css

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

 a { background-color: rgb(251,175,126); }

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

border-color css

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

 span { border-color: rgb(251,175,126); }

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