#FFA690

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

Shades of Rose Bud #FFA690

Tints of Rose Bud #FFA690

Color information

#FFA690 (or 0xFFA690) is unknown color: approx Rose Bud. HEX triplet: FF, A6 and 90. RGB value is (255,166,144). Sum of RGB (Red+Green+Blue) = 255+166+144=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA690 is #00596F. Grayscale: #BEBEBE. Windows color (decimal): -22896 or 9479935. OLE color: 9479935.

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

Color convert

RGB255166144-
CMYK00.350.440
HSL11.89º100%78.24%-
HSV(B)11.89º43.53%100%-
XYZ59.9150.5532.98-
YUV190.1101.99174.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=45.13%
G=29.38%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516614400.350.44011.8910078.24
HexFFA6900232C0c644e
Octal37724622004354014144116
Binary11111111101001101001000001000111011000110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA690; }

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

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

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

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

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

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

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

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