Html Css Color HEX #FBA998 Rose Bud

📋 copy color: '#FBA998'

red 251 ◦ green 169 ◦ blue 152

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

Shades of Rose Bud #FBA998

Tints of Rose Bud #FBA998

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.55%

 BLUE value IS 152 (59.77% from 255) = 26.57%

R = 43.88%
G = 29.55%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA998 (or 0xFBA998) is known color: Rose Bud. HEX triplet: FB, A9 and 98. RGB value is (251,169,152). Sum of RGB (Red+Green+Blue) = 251+169+152=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA998 is #045667. Grayscale: #BFBFBF. Windows color (decimal): -284264 or 10004987. OLE color: 10004987.

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

Color convert

RGB 251 169 152 -
CMYK 0 0.33 0.39 0.02
HSL 10.3º 0.93% 0.79% -
HSV(B) 10.3º 0.39% 0.98% -
XYZ 59.64 51.15 36.44 -
YUV 191.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 251 169 152 0 0.33 0.39 0.02 10.3 0.93 0.79
Hex FB A9 98 0 21 27 2 A 5D 4F
Octal 373 251 230 0 41 47 2 12 135 117
Binary 11111011 10101001 10011000 0 100001 100111 10 1010 1011101 1001111

Color Harmonies of #FBA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA998

Black with #FBA998

Text Example


Text Example

White with #FBA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA998; }

 p { color: rgb(251,169,152); }

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

background-color css

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

 a { background-color: rgb(251,169,152); }

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

border-color css

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

 span { border-color: rgb(251,169,152); }

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