Html Css Color HEX #FBA194 Rose Bud

📋 copy color: '#FBA194'

red 251 ◦ green 161 ◦ blue 148

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

Shades of Rose Bud #FBA194

Tints of Rose Bud #FBA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.75%

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

R = 44.82%
G = 28.75%
B = 26.43%

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

#FBA194 (or 0xFBA194) is known color: Rose Bud. HEX triplet: FB, A1 and 94. RGB value is (251,161,148). Sum of RGB (Red+Green+Blue) = 251+161+148=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA194 is #045E6B. Grayscale: #BABABA. Windows color (decimal): -286316 or 9740795. OLE color: 9740795.

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

Color convert

RGB 251 161 148 -
CMYK 0 0.36 0.41 0.02
HSL 7.57º 0.93% 0.78% -
HSV(B) 7.57º 0.41% 0.98% -
XYZ 57.87 48.14 34.26 -
YUV 186.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 251 161 148 0 0.36 0.41 0.02 7.57 0.93 0.78
Hex FB A1 94 0 24 29 2 8 5D 4E
Octal 373 241 224 0 44 51 2 10 135 116
Binary 11111011 10100001 10010100 0 100100 101001 10 1000 1011101 1001110

Color Harmonies of #FBA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA194

Black with #FBA194

Text Example


Text Example

White with #FBA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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