Html Css Color HEX #FBA994 Rose Bud

📋 copy color: '#FBA994'

red 251 ◦ green 169 ◦ blue 148

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

Shades of Rose Bud #FBA994

Tints of Rose Bud #FBA994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.06%

R = 44.19%
G = 29.75%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA994 (or 0xFBA994) is known color: Rose Bud. HEX triplet: FB, A9 and 94. RGB value is (251,169,148). Sum of RGB (Red+Green+Blue) = 251+169+148=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA994 is #04566B. Grayscale: #BFBFBF. Windows color (decimal): -284268 or 9742843. OLE color: 9742843.

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

Color convert

RGB 251 169 148 -
CMYK 0 0.33 0.41 0.02
HSL 12.23º 0.93% 0.78% -
HSV(B) 12.23º 0.41% 0.98% -
XYZ 59.32 51.02 34.74 -
YUV 191.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 251 169 148 0 0.33 0.41 0.02 12.23 0.93 0.78
Hex FB A9 94 0 21 29 2 C 5D 4E
Octal 373 251 224 0 41 51 2 14 135 116
Binary 11111011 10101001 10010100 0 100001 101001 10 1100 1011101 1001110

Color Harmonies of #FBA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA994

Black with #FBA994

Text Example


Text Example

White with #FBA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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