Html Css Color HEX #FAA497 Rose Bud

📋 copy color: '#FAA497'

red 250 ◦ green 164 ◦ blue 151

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

Shades of Rose Bud #FAA497

Tints of Rose Bud #FAA497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.73%

R = 44.25%
G = 29.03%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAA497 (or 0xFAA497) is known color: Rose Bud. HEX triplet: FA, A4 and 97. RGB value is (250,164,151). Sum of RGB (Red+Green+Blue) = 250+164+151=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA497 is #055B68. Grayscale: #BCBCBC. Windows color (decimal): -351081 or 9938170. OLE color: 9938170.

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

Color convert

RGB 250 164 151 -
CMYK 0 0.34 0.40 0.02
HSL 7.88º 0.91% 0.79% -
HSV(B) 7.88º 0.4% 0.98% -
XYZ 58.29 49.11 35.69 -
YUV 188.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 250 164 151 0 0.34 0.40 0.02 7.88 0.91 0.79
Hex FA A4 97 0 22 28 2 8 5B 4F
Octal 372 244 227 0 42 50 2 10 133 117
Binary 11111010 10100100 10010111 0 100010 101000 10 1000 1011011 1001111

Color Harmonies of #FAA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA497

Black with #FAA497

Text Example


Text Example

White with #FAA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA497; }

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

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

background-color css

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

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

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

border-color css

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

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

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