#F3A296

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

Shades of Rose Bud #F3A296

Tints of Rose Bud #F3A296

Color information

#F3A296 (or 0xF3A296) is unknown color: approx Rose Bud. HEX triplet: F3, A2 and 96. RGB value is (243,162,150). Sum of RGB (Red+Green+Blue) = 243+162+150=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A296 is #0C5D69. Grayscale: #B8B8B8. Windows color (decimal): -810346 or 9872115. OLE color: 9872115.

HSL color Cylindrical-coordinate representation of color #F3A296: hue angle of 7.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 #F3A296 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB243162150-
CMYK00.330.380.05
HSL7.74º79.49%77.06%-
HSV(B)7.74º38.27%95.29%-
XYZ55.3947.135.03-
YUV184.85108.34169.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.78%
GREEN value IS 162 (63.67% from 255) = 29.19%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=43.78%
G=29.19%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316215000.330.380.057.7479.4977.06
HexF3A29602126584f4d
Octal36324222604146510117115
Binary1111001110100010100101100100001100110101100010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A296; }

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

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

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

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

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

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

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

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