#F3A99D

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

Shades of Rose Bud #F3A99D

Tints of Rose Bud #F3A99D

Color information

#F3A99D (or 0xF3A99D) is unknown color: approx Rose Bud. HEX triplet: F3, A9 and 9D. RGB value is (243,169,157). Sum of RGB (Red+Green+Blue) = 243+169+157=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A99D is #0C5662. Grayscale: #BDBDBD. Windows color (decimal): -808547 or 10332659. OLE color: 10332659.

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

Color convert

RGB243169157-
CMYK00.300.350.05
HSL8.37º78.18%78.43%-
HSV(B)8.37º35.39%95.29%-
XYZ57.2449.8638.51-
YUV189.76109.52165.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.71%
GREEN value IS 169 (66.41% from 255) = 29.70%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=42.71%
G=29.70%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316915700.300.350.058.3778.1878.43
HexF3A99D01E23584e4e
Octal36325123503643510116116
Binary111100111010100110011101011110100011101100010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A99D; }

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

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

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

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

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

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

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

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