#F9A890

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

Shades of Rose Bud #F9A890

Tints of Rose Bud #F9A890

Color information

#F9A890 (or 0xF9A890) is unknown color: approx Rose Bud. HEX triplet: F9, A8 and 90. RGB value is (249,168,144). Sum of RGB (Red+Green+Blue) = 249+168+144=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A890 is #06576F. Grayscale: #BDBDBD. Windows color (decimal): -415600 or 9480441. OLE color: 9480441.

HSL color Cylindrical-coordinate representation of color #F9A890: hue angle of 13.71º degrees, saturation: 0.9, 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 #F9A890 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB249168144-
CMYK00.330.420.02
HSL13.71º89.74%77.06%-
HSV(B)13.71º42.17%97.65%-
XYZ58.150.1633-
YUV189.48102.34170.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.39%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 144 (56.64% from 255) = 25.67%
R=44.39%
G=29.95%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916814400.330.420.0213.7189.7477.06
HexF9A8900212A2e5a4d
Octal37125022004152216132115
Binary111110011010100010010000010000110101010111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A890; }

 p { color: rgb(249,168,144); }

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

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

 a { background-color: rgb(249,168,144); }

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

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

 span { border-color: rgb(249,168,144); }

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