#FAA593

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

Shades of Rose Bud #FAA593

Tints of Rose Bud #FAA593

Color information

#FAA593 (or 0xFAA593) is unknown color: approx Rose Bud. HEX triplet: FA, A5 and 93. RGB value is (250,165,147). Sum of RGB (Red+Green+Blue) = 250+165+147=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA593 is #055A6C. Grayscale: #BCBCBC. Windows color (decimal): -350829 or 9676282. OLE color: 9676282.

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

Color convert

RGB250165147-
CMYK00.340.410.02
HSL10.49º91.15%77.84%-
HSV(B)10.49º41.2%98.04%-
XYZ58.1549.3434.06-
YUV188.36104.66171.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 165 (64.84% from 255) = 29.36%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=44.48%
G=29.36%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016514700.340.410.0210.4991.1577.84
HexFAA593022292a5b4e
Octal37224522304251212133116
Binary111110101010010110010011010001010100110101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA593; }

 p { color: rgb(250,165,147); }

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

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

 a { background-color: rgb(250,165,147); }

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

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

 span { border-color: rgb(250,165,147); }

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