#FFA898

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

Shades of Rose Bud #FFA898

Tints of Rose Bud #FFA898

Color information

#FFA898 (or 0xFFA898) is unknown color: approx Rose Bud. HEX triplet: FF, A8 and 98. RGB value is (255,168,152). Sum of RGB (Red+Green+Blue) = 255+168+152=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA898 is #005767. Grayscale: #C0C0C0. Windows color (decimal): -22376 or 10004735. OLE color: 10004735.

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

Color convert

RGB255168152-
CMYK00.340.400
HSL9.32º100%79.8%-
HSV(B)9.32º40.39%100%-
XYZ60.9151.5336.44-
YUV192.19105.32172.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=44.35%
G=29.22%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516815200.340.4009.3210079.8
HexFFA89802228096450
Octal37725023004250011144120
Binary11111111101010001001100001000101010000100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA898; }

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

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

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

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

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

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

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

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