Html Css Color HEX #FAA797 Rose Bud

📋 copy color: '#FAA797'

red 250 ◦ green 167 ◦ blue 151

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

Shades of Rose Bud #FAA797

Tints of Rose Bud #FAA797

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.4%

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

R = 44.01%
G = 29.4%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAA797 (or 0xFAA797) is known color: Rose Bud. HEX triplet: FA, A7 and 97. RGB value is (250,167,151). Sum of RGB (Red+Green+Blue) = 250+167+151=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA797 is #055868. Grayscale: #BEBEBE. Windows color (decimal): -350313 or 9938938. OLE color: 9938938.

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

Color convert

RGB 250 167 151 -
CMYK 0 0.33 0.40 0.02
HSL 9.7º 0.91% 0.79% -
HSV(B) 9.7º 0.4% 0.98% -
XYZ 58.83 50.2 35.87 -
YUV 189.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 250 167 151 0 0.33 0.40 0.02 9.7 0.91 0.79
Hex FA A7 97 0 21 28 2 A 5B 4F
Octal 372 247 227 0 41 50 2 12 133 117
Binary 11111010 10100111 10010111 0 100001 101000 10 1010 1011011 1001111

Color Harmonies of #FAA797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA797

Black with #FAA797

Text Example


Text Example

White with #FAA797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA797; }

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

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

background-color css

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

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

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

border-color css

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

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

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