#FAA596

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

Shades of Rose Bud #FAA596

Tints of Rose Bud #FAA596

Color information

#FAA596 (or 0xFAA596) is unknown color: approx Rose Bud. HEX triplet: FA, A5 and 96. RGB value is (250,165,150). Sum of RGB (Red+Green+Blue) = 250+165+150=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA596 is #055A69. Grayscale: #BCBCBC. Windows color (decimal): -350826 or 9872890. OLE color: 9872890.

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

Color convert

RGB250165150-
CMYK00.340.40.02
HSL90.91%78.43%-
HSV(B)40%98.04%-
XYZ58.3849.4435.32-
YUV188.7106.16171.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 165 (64.84% from 255) = 29.20%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=44.25%
G=29.20%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016515000.340.40.02990.9178.43
HexFAA59602228295b4e
Octal37224522604250211133116
Binary111110101010010110010110010001010100010100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA596; }

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

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

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

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

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

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

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

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