#F9AE9D

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

Shades of Rose Bud #F9AE9D

Tints of Rose Bud #F9AE9D

Color information

#F9AE9D (or 0xF9AE9D) is unknown color: approx Rose Bud. HEX triplet: F9, AE and 9D. RGB value is (249,174,157). Sum of RGB (Red+Green+Blue) = 249+174+157=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AE9D is #065162. Grayscale: #C2C2C2. Windows color (decimal): -414051 or 10333945. OLE color: 10333945.

HSL color Cylindrical-coordinate representation of color #F9AE9D: hue angle of 11.09º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9AE9D is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB249174157-
CMYK00.300.370.02
HSL11.09º88.46%79.61%-
HSV(B)11.09º36.95%97.65%-
XYZ60.2952.8538.92-
YUV194.49106.85166.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 157 (61.72% from 255) = 27.07%
R=42.93%
G=30%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917415700.300.370.0211.0988.4679.61
HexF9AE9D01E252b5850
Octal37125623503645213130120
Binary11111001101011101001110101111010010110101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AE9D; }

 p { color: rgb(249,174,157); }

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

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

 a { background-color: rgb(249,174,157); }

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

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

 span { border-color: rgb(249,174,157); }

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