#FAA997

Color #FAA997 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FAA997

Tints of Rose Bud #FAA997

Color information

#FAA997 (or 0xFAA997) is unknown color: approx Rose Bud. HEX triplet: FA, A9 and 97. RGB value is (250,169,151). Sum of RGB (Red+Green+Blue) = 250+169+151=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA997 is #055668. Grayscale: #BFBFBF. Windows color (decimal): -349801 or 9939450. OLE color: 9939450.

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

Color convert

RGB250169151-
CMYK00.320.400.02
HSL10.91º90.83%78.63%-
HSV(B)10.91º39.6%98.04%-
XYZ59.250.9335.99-
YUV191.17105.34169.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 169 (66.41% from 255) = 29.65%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=43.86%
G=29.65%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016915100.320.400.0210.9190.8378.63
HexFAA997020282b5b4f
Octal37225122704050213133117
Binary111110101010100110010111010000010100010101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA997; }

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

 H1.HeaderClassName
 {
   color: #FAA997;
 }
 .AnyTagClassName
 {
   color: #FAA997;
 }
</style>
background-color css

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

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

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

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

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

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