Html Css Color HEX #FBA878 Hit Pink

📋 copy color: '#FBA878'

red 251 ◦ green 168 ◦ blue 120

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

Shades of Hit Pink #FBA878

Tints of Hit Pink #FBA878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.17%

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

R = 46.57%
G = 31.17%
B = 22.26%

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

#FBA878 (or 0xFBA878) is known color: Hit Pink. HEX triplet: FB, A8 and 78. RGB value is (251,168,120). Sum of RGB (Red+Green+Blue) = 251+168+120=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA878 is #045787. Grayscale: #BBBBBB. Windows color (decimal): -284552 or 7907579. OLE color: 7907579.

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

Color convert

RGB 251 168 120 -
CMYK 0 0.33 0.52 0.02
HSL 21.98º 0.94% 0.73% -
HSV(B) 21.98º 0.52% 0.98% -
XYZ 57.18 49.87 24.38 -
YUV 187.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 251 168 120 0 0.33 0.52 0.02 21.98 0.94 0.73
Hex FB A8 78 0 21 34 2 16 5E 49
Octal 373 250 170 0 41 64 2 26 136 111
Binary 11111011 10101000 1111000 0 100001 110100 10 10110 1011110 1001001

Color Harmonies of #FBA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA878

Black with #FBA878

Text Example


Text Example

White with #FBA878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA878; }

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

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

background-color css

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

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

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

border-color css

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

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

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