#F9AD92

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

Shades of Rose Bud #F9AD92

Tints of Rose Bud #F9AD92

Color information

#F9AD92 (or 0xF9AD92) is unknown color: approx Rose Bud. HEX triplet: F9, AD and 92. RGB value is (249,173,146). Sum of RGB (Red+Green+Blue) = 249+173+146=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AD92 is #06526D. Grayscale: #C0C0C0. Windows color (decimal): -414318 or 9612793. OLE color: 9612793.

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

Color convert

RGB249173146-
CMYK00.310.410.02
HSL15.73º89.57%77.45%-
HSV(B)15.73º41.37%97.65%-
XYZ59.252.134.13-
YUV192.65101.68168.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=43.84%
G=30.46%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917314600.310.410.0215.7389.5777.45
HexF9AD9201F292105a4d
Octal37125522203751220132115
Binary111110011010110110010010011111101001101000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AD92; }

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

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

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

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

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

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

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

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