#F9AC8E

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

Shades of Rose Bud #F9AC8E

Tints of Rose Bud #F9AC8E

Color information

#F9AC8E (or 0xF9AC8E) is unknown color: approx Rose Bud. HEX triplet: F9, AC and 8E. RGB value is (249,172,142). Sum of RGB (Red+Green+Blue) = 249+172+142=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AC8E is #065371. Grayscale: #BFBFBF. Windows color (decimal): -414578 or 9350393. OLE color: 9350393.

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

Color convert

RGB249172142-
CMYK00.310.430.02
HSL16.82º89.92%76.67%-
HSV(B)16.82º42.97%97.65%-
XYZ58.751.632.46-
YUV191.6100.01168.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=44.23%
G=30.55%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917214200.310.430.0216.8289.9276.67
HexF9AC8E01F2B2115a4d
Octal37125421603753221132115
Binary111110011010110010001110011111101011101000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AC8E; }

 p { color: rgb(249,172,142); }

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

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

 a { background-color: rgb(249,172,142); }

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

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

 span { border-color: rgb(249,172,142); }

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