#FFA993

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

Shades of Rose Bud #FFA993

Tints of Rose Bud #FFA993

Color information

#FFA993 (or 0xFFA993) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and 93. RGB value is (255,169,147). Sum of RGB (Red+Green+Blue) = 255+169+147=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA993 is #00566C. Grayscale: #C0C0C0. Windows color (decimal): -22125 or 9677311. OLE color: 9677311.

HSL color Cylindrical-coordinate representation of color #FFA993: hue angle of 12.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFA993 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255169147-
CMYK00.340.420
HSL12.22º100%78.82%-
HSV(B)12.22º42.35%100%-
XYZ60.6951.7434.39-
YUV192.21102.49172.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=44.66%
G=29.60%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516914700.340.42012.2210078.82
HexFFA9930222A0c644f
Octal37725122304252014144117
Binary11111111101010011001001101000101010100110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA993; }

 p { color: rgb(255,169,147); }

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

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

 a { background-color: rgb(255,169,147); }

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

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

 span { border-color: rgb(255,169,147); }

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