Html Css Color HEX #FBA099 Rose Bud

📋 copy color: '#FBA099'

red 251 ◦ green 160 ◦ blue 153

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

Shades of Rose Bud #FBA099

Tints of Rose Bud #FBA099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.13%

R = 44.5%
G = 28.37%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA099 (or 0xFBA099) is known color: Rose Bud. HEX triplet: FB, A0 and 99. RGB value is (251,160,153). Sum of RGB (Red+Green+Blue) = 251+160+153=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA099 is #045F66. Grayscale: #BABABA. Windows color (decimal): -286567 or 10068219. OLE color: 10068219.

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

Color convert

RGB 251 160 153 -
CMYK 0 0.36 0.39 0.02
HSL 4.29º 0.92% 0.79% -
HSV(B) 4.29º 0.39% 0.98% -
XYZ 58.1 47.95 36.33 -
YUV 186.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 251 160 153 0 0.36 0.39 0.02 4.29 0.92 0.79
Hex FB A0 99 0 24 27 2 4 5C 4F
Octal 373 240 231 0 44 47 2 4 134 117
Binary 11111011 10100000 10011001 0 100100 100111 10 100 1011100 1001111

Color Harmonies of #FBA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA099

Black with #FBA099

Text Example


Text Example

White with #FBA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA099; }

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

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

background-color css

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

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

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

border-color css

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

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

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