#F9AD98

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

Shades of Rose Bud #F9AD98

Tints of Rose Bud #F9AD98

Color information

#F9AD98 (or 0xF9AD98) is unknown color: approx Rose Bud. HEX triplet: F9, AD and 98. RGB value is (249,173,152). Sum of RGB (Red+Green+Blue) = 249+173+152=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AD98 is #065267. Grayscale: #C1C1C1. Windows color (decimal): -414312 or 10006009. OLE color: 10006009.

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

Color convert

RGB249173152-
CMYK00.310.390.02
HSL12.99º88.99%78.63%-
HSV(B)12.99º38.96%97.65%-
XYZ59.6852.2936.65-
YUV193.33104.68167.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=43.38%
G=30.14%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917315200.310.390.0212.9988.9978.63
HexF9AD9801F272d594f
Octal37125523003747215131117
Binary11111001101011011001100001111110011110110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AD98; }

 p { color: rgb(249,173,152); }

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

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

 a { background-color: rgb(249,173,152); }

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

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

 span { border-color: rgb(249,173,152); }

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