#FFA398

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

Shades of Rose Bud #FFA398

Tints of Rose Bud #FFA398

Color information

#FFA398 (or 0xFFA398) is unknown color: approx Rose Bud. HEX triplet: FF, A3 and 98. RGB value is (255,163,152). Sum of RGB (Red+Green+Blue) = 255+163+152=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA398 is #005C67. Grayscale: #BDBDBD. Windows color (decimal): -23656 or 10003455. OLE color: 10003455.

HSL color Cylindrical-coordinate representation of color #FFA398: hue angle of 6.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFA398 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255163152-
CMYK00.360.400
HSL6.41º100%79.8%-
HSV(B)6.41º40.39%100%-
XYZ6049.7236.14-
YUV189.25106.98174.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=44.74%
G=28.60%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516315200.360.4006.4110079.8
HexFFA39802428066450
Octal3772432300445006144120
Binary1111111110100011100110000100100101000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA398; }

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

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

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

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

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

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

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

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