Html Css Color HEX #FBA778 Hit Pink

📋 copy color: '#FBA778'

red 251 ◦ green 167 ◦ blue 120

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

Shades of Hit Pink #FBA778

Tints of Hit Pink #FBA778

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.04%

 BLUE value IS 120 (47.27% from 255) = 22.3%

R = 46.65%
G = 31.04%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FBA778 (or 0xFBA778) is known color: Hit Pink. HEX triplet: FB, A7 and 78. RGB value is (251,167,120). Sum of RGB (Red+Green+Blue) = 251+167+120=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA778 is #045887. Grayscale: #BBBBBB. Windows color (decimal): -284808 or 7907323. OLE color: 7907323.

HSL color Cylindrical-coordinate representation of color #FBA778: hue angle of 21.53º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBA778 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 167 120 -
CMYK 0 0.33 0.52 0.02
HSL 21.53º 0.94% 0.73% -
HSV(B) 21.53º 0.52% 0.98% -
XYZ 56.99 49.5 24.32 -
YUV 186.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 251 167 120 0 0.33 0.52 0.02 21.53 0.94 0.73
Hex FB A7 78 0 21 34 2 16 5E 49
Octal 373 247 170 0 41 64 2 26 136 111
Binary 11111011 10100111 1111000 0 100001 110100 10 10110 1011110 1001001

Color Harmonies of #FBA778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA778

Black with #FBA778

Text Example


Text Example

White with #FBA778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA778; }

 p { color: rgb(251,167,120); }

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

background-color css

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

 a { background-color: rgb(251,167,120); }

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

border-color css

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

 span { border-color: rgb(251,167,120); }

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