#F4AA97

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

Shades of Rose Bud #F4AA97

Tints of Rose Bud #F4AA97

Color information

#F4AA97 (or 0xF4AA97) is unknown color: approx Rose Bud. HEX triplet: F4, AA and 97. RGB value is (244,170,151). Sum of RGB (Red+Green+Blue) = 244+170+151=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AA97 is #0B5568. Grayscale: #BEBEBE. Windows color (decimal): -742761 or 9939700. OLE color: 9939700.

HSL color Cylindrical-coordinate representation of color #F4AA97: hue angle of 12.26º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4AA97 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB244170151-
CMYK00.300.380.04
HSL12.26º80.87%77.45%-
HSV(B)12.26º38.11%95.69%-
XYZ57.2750.2235.95-
YUV189.96106.02166.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=43.19%
G=30.09%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417015100.300.380.0412.2680.8777.45
HexF4AA9701E264c514d
Octal36425222703646414121115
Binary111101001010101010010111011110100110100110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AA97; }

 p { color: rgb(244,170,151); }

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

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

 a { background-color: rgb(244,170,151); }

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

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

 span { border-color: rgb(244,170,151); }

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