#F3A295

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

Shades of Rose Bud #F3A295

Tints of Rose Bud #F3A295

Color information

#F3A295 (or 0xF3A295) is unknown color: approx Rose Bud. HEX triplet: F3, A2 and 95. RGB value is (243,162,149). Sum of RGB (Red+Green+Blue) = 243+162+149=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A295 is #0C5D6A. Grayscale: #B8B8B8. Windows color (decimal): -810347 or 9806579. OLE color: 9806579.

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

Color convert

RGB243162149-
CMYK00.330.390.05
HSL8.3º79.66%76.86%-
HSV(B)8.3º38.68%95.29%-
XYZ55.3147.0734.6-
YUV184.74107.84169.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=43.86%
G=29.24%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316214900.330.390.058.379.6676.86
HexF3A2950212758504d
Octal36324222504147510120115
Binary1111001110100010100101010100001100111101100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A295; }

 p { color: rgb(243,162,149); }

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

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

 a { background-color: rgb(243,162,149); }

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

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

 span { border-color: rgb(243,162,149); }

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