Html Css Color HEX #FAA491 Rose Bud

📋 copy color: '#FAA491'

red 250 ◦ green 164 ◦ blue 145

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

Shades of Rose Bud #FAA491

Tints of Rose Bud #FAA491

RGB

 RED value IS 250 (98.05% from 255) = 44.72%

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

 BLUE value IS 145 (57.03% from 255) = 25.94%

R = 44.72%
G = 29.34%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA491 (or 0xFAA491) is known color: Rose Bud. HEX triplet: FA, A4 and 91. RGB value is (250,164,145). Sum of RGB (Red+Green+Blue) = 250+164+145=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA491 is #055B6E. Grayscale: #BBBBBB. Windows color (decimal): -351087 or 9544954. OLE color: 9544954.

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

Color convert

RGB 250 164 145 -
CMYK 0 0.34 0.42 0.02
HSL 10.86º 0.91% 0.77% -
HSV(B) 10.86º 0.42% 0.98% -
XYZ 57.81 48.92 33.18 -
YUV 187.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 250 164 145 0 0.34 0.42 0.02 10.86 0.91 0.77
Hex FA A4 91 0 22 2A 2 B 5B 4D
Octal 372 244 221 0 42 52 2 13 133 115
Binary 11111010 10100100 10010001 0 100010 101010 10 1011 1011011 1001101

Color Harmonies of #FAA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA491

Black with #FAA491

Text Example


Text Example

White with #FAA491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA491; }

 p { color: rgb(250,164,145); }

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

background-color css

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

 a { background-color: rgb(250,164,145); }

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

border-color css

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

 span { border-color: rgb(250,164,145); }

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