Html Css Color HEX #FBA294 Rose Bud

📋 copy color: '#FBA294'

red 251 ◦ green 162 ◦ blue 148

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

Shades of Rose Bud #FBA294

Tints of Rose Bud #FBA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.88%

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

R = 44.74%
G = 28.88%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA294 (or 0xFBA294) is known color: Rose Bud. HEX triplet: FB, A2 and 94. RGB value is (251,162,148). Sum of RGB (Red+Green+Blue) = 251+162+148=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA294 is #045D6B. Grayscale: #BBBBBB. Windows color (decimal): -286060 or 9741051. OLE color: 9741051.

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

Color convert

RGB 251 162 148 -
CMYK 0 0.35 0.41 0.02
HSL 8.16º 0.93% 0.78% -
HSV(B) 8.16º 0.41% 0.98% -
XYZ 58.05 48.49 34.32 -
YUV 187.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 251 162 148 0 0.35 0.41 0.02 8.16 0.93 0.78
Hex FB A2 94 0 23 29 2 8 5D 4E
Octal 373 242 224 0 43 51 2 10 135 116
Binary 11111011 10100010 10010100 0 100011 101001 10 1000 1011101 1001110

Color Harmonies of #FBA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA294

Black with #FBA294

Text Example


Text Example

White with #FBA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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