#F9A894

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

Shades of Rose Bud #F9A894

Tints of Rose Bud #F9A894

Color information

#F9A894 (or 0xF9A894) is unknown color: approx Rose Bud. HEX triplet: F9, A8 and 94. RGB value is (249,168,148). Sum of RGB (Red+Green+Blue) = 249+168+148=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A894 is #06576B. Grayscale: #BEBEBE. Windows color (decimal): -415596 or 9742585. OLE color: 9742585.

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

Color convert

RGB249168148-
CMYK00.330.410.02
HSL11.88º89.38%77.84%-
HSV(B)11.88º40.56%97.65%-
XYZ58.4150.2834.64-
YUV189.94104.34170.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.07%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 148 (58.20% from 255) = 26.19%
R=44.07%
G=29.73%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916814800.330.410.0211.8889.3877.84
HexF9A894021292c594e
Octal37125022404151214131116
Binary111110011010100010010100010000110100110110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A894; }

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

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

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

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

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

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

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

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