#FFA193

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

Shades of Rose Bud #FFA193

Tints of Rose Bud #FFA193

Color information

#FFA193 (or 0xFFA193) is unknown color: approx Rose Bud. HEX triplet: FF, A1 and 93. RGB value is (255,161,147). Sum of RGB (Red+Green+Blue) = 255+161+147=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA193 is #005E6C. Grayscale: #BBBBBB. Windows color (decimal): -24173 or 9675263. OLE color: 9675263.

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

Color convert

RGB255161147-
CMYK00.370.420
HSL7.78º100%78.82%-
HSV(B)7.78º42.35%100%-
XYZ59.2548.8633.91-
YUV187.51105.14176.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=45.29%
G=28.60%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516114700.370.4207.7810078.82
HexFFA1930252A08644f
Octal37724122304552010144117
Binary11111111101000011001001101001011010100100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA193; }

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

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

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

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

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

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

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

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