Html Css Color HEX #FBA096 Rose Bud

📋 copy color: '#FBA096'

red 251 ◦ green 160 ◦ blue 150

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

Shades of Rose Bud #FBA096

Tints of Rose Bud #FBA096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.52%

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 44.74%
G = 28.52%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBA096 (or 0xFBA096) is known color: Rose Bud. HEX triplet: FB, A0 and 96. RGB value is (251,160,150). Sum of RGB (Red+Green+Blue) = 251+160+150=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA096 is #045F69. Grayscale: #BABABA. Windows color (decimal): -286570 or 9871611. OLE color: 9871611.

HSL color Cylindrical-coordinate representation of color #FBA096: hue angle of 5.94º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBA096 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 150 -
CMYK 0 0.36 0.40 0.02
HSL 5.94º 0.93% 0.79% -
HSV(B) 5.94º 0.4% 0.98% -
XYZ 57.86 47.85 35.04 -
YUV 186.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 251 160 150 0 0.36 0.40 0.02 5.94 0.93 0.79
Hex FB A0 96 0 24 28 2 6 5D 4F
Octal 373 240 226 0 44 50 2 6 135 117
Binary 11111011 10100000 10010110 0 100100 101000 10 110 1011101 1001111

Color Harmonies of #FBA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA096

Black with #FBA096

Text Example


Text Example

White with #FBA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA096; }

 p { color: rgb(251,160,150); }

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

background-color css

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

 a { background-color: rgb(251,160,150); }

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

border-color css

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

 span { border-color: rgb(251,160,150); }

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