Html Css Color HEX #FBA492 Rose Bud

📋 copy color: '#FBA492'

red 251 ◦ green 164 ◦ blue 146

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

Shades of Rose Bud #FBA492

Tints of Rose Bud #FBA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.23%

 BLUE value IS 146 (57.42% from 255) = 26.02%

R = 44.74%
G = 29.23%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBA492 (or 0xFBA492) is known color: Rose Bud. HEX triplet: FB, A4 and 92. RGB value is (251,164,146). Sum of RGB (Red+Green+Blue) = 251+164+146=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA492 is #045B6D. Grayscale: #BCBCBC. Windows color (decimal): -285550 or 9610491. OLE color: 9610491.

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

Color convert

RGB 251 164 146 -
CMYK 0 0.35 0.42 0.02
HSL 10.29º 0.93% 0.78% -
HSV(B) 10.29º 0.42% 0.98% -
XYZ 58.25 49.14 33.61 -
YUV 187.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 251 164 146 0 0.35 0.42 0.02 10.29 0.93 0.78
Hex FB A4 92 0 23 2A 2 A 5D 4E
Octal 373 244 222 0 43 52 2 12 135 116
Binary 11111011 10100100 10010010 0 100011 101010 10 1010 1011101 1001110

Color Harmonies of #FBA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA492

Black with #FBA492

Text Example


Text Example

White with #FBA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA492; }

 p { color: rgb(251,164,146); }

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

background-color css

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

 a { background-color: rgb(251,164,146); }

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

border-color css

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

 span { border-color: rgb(251,164,146); }

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