#F3A997

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

Shades of Rose Bud #F3A997

Tints of Rose Bud #F3A997

Color information

#F3A997 (or 0xF3A997) is unknown color: approx Rose Bud. HEX triplet: F3, A9 and 97. RGB value is (243,169,151). Sum of RGB (Red+Green+Blue) = 243+169+151=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A997 is #0C5668. Grayscale: #BDBDBD. Windows color (decimal): -808553 or 9939443. OLE color: 9939443.

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

Color convert

RGB243169151-
CMYK00.300.380.05
HSL11.74º79.31%77.25%-
HSV(B)11.74º37.86%95.29%-
XYZ56.7449.6635.87-
YUV189.07106.52166.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.16%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=43.16%
G=30.02%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316915100.300.380.0511.7479.3177.25
HexF3A99701E265c4f4d
Octal36325122703646514117115
Binary111100111010100110010111011110100110101110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A997; }

 p { color: rgb(243,169,151); }

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

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

 a { background-color: rgb(243,169,151); }

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

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

 span { border-color: rgb(243,169,151); }

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