#FAA398

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

Shades of Rose Bud #FAA398

Tints of Rose Bud #FAA398

Color information

#FAA398 (or 0xFAA398) is unknown color: approx Rose Bud. HEX triplet: FA, A3 and 98. RGB value is (250,163,152). Sum of RGB (Red+Green+Blue) = 250+163+152=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA398 is #055C67. Grayscale: #BBBBBB. Windows color (decimal): -351336 or 10003450. OLE color: 10003450.

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

Color convert

RGB250163152-
CMYK00.350.390.02
HSL6.73º90.74%78.82%-
HSV(B)6.73º39.2%98.04%-
XYZ58.1948.7936.06-
YUV187.76107.82172.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=44.25%
G=28.85%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016315200.350.390.026.7390.7478.82
HexFAA39802327275b4f
Octal3722432300434727133117
Binary11111010101000111001100001000111001111011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA398; }

 p { color: rgb(250,163,152); }

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

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

 a { background-color: rgb(250,163,152); }

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

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

 span { border-color: rgb(250,163,152); }

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