#FAA690

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

Shades of Rose Bud #FAA690

Tints of Rose Bud #FAA690

Color information

#FAA690 (or 0xFAA690) is unknown color: approx Rose Bud. HEX triplet: FA, A6 and 90. RGB value is (250,166,144). Sum of RGB (Red+Green+Blue) = 250+166+144=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA690 is #05596F. Grayscale: #BCBCBC. Windows color (decimal): -350576 or 9479930. OLE color: 9479930.

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

Color convert

RGB250166144-
CMYK00.340.420.02
HSL12.45º91.38%77.25%-
HSV(B)12.45º42.4%98.04%-
XYZ58.0949.6132.9-
YUV188.61102.83171.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=44.64%
G=29.64%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016614400.340.420.0212.4591.3877.25
HexFAA6900222A2c5b4d
Octal37224622004252214133115
Binary111110101010011010010000010001010101010110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA690; }

 p { color: rgb(250,166,144); }

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

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

 a { background-color: rgb(250,166,144); }

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

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

 span { border-color: rgb(250,166,144); }

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