Html Css Color HEX #FBA094 Rose Bud

📋 copy color: '#FBA094'

red 251 ◦ green 160 ◦ blue 148

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

Shades of Rose Bud #FBA094

Tints of Rose Bud #FBA094

RGB

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

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

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

R = 44.9%
G = 28.62%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA094 (or 0xFBA094) is known color: Rose Bud. HEX triplet: FB, A0 and 94. RGB value is (251,160,148). Sum of RGB (Red+Green+Blue) = 251+160+148=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA094 is #045F6B. Grayscale: #B9B9B9. Windows color (decimal): -286572 or 9740539. OLE color: 9740539.

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

Color convert

RGB 251 160 148 -
CMYK 0 0.36 0.41 0.02
HSL 6.99º 0.93% 0.78% -
HSV(B) 6.99º 0.41% 0.98% -
XYZ 57.7 47.79 34.2 -
YUV 185.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 251 160 148 0 0.36 0.41 0.02 6.99 0.93 0.78
Hex FB A0 94 0 24 29 2 7 5D 4E
Octal 373 240 224 0 44 51 2 7 135 116
Binary 11111011 10100000 10010100 0 100100 101001 10 111 1011101 1001110

Color Harmonies of #FBA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA094

Black with #FBA094

Text Example


Text Example

White with #FBA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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