#F3A196

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

Shades of Rose Bud #F3A196

Tints of Rose Bud #F3A196

Color information

#F3A196 (or 0xF3A196) is unknown color: approx Rose Bud. HEX triplet: F3, A1 and 96. RGB value is (243,161,150). Sum of RGB (Red+Green+Blue) = 243+161+150=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A196 is #0C5E69. Grayscale: #B8B8B8. Windows color (decimal): -810602 or 9871859. OLE color: 9871859.

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

Color convert

RGB243161150-
CMYK00.340.380.05
HSL7.1º79.49%77.06%-
HSV(B)7.1º38.27%95.29%-
XYZ55.2146.7534.97-
YUV184.26108.67169.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=43.86%
G=29.06%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316115000.340.380.057.179.4977.06
HexF3A19602226574f4d
Octal3632412260424657117115
Binary111100111010000110010110010001010011010111110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A196; }

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

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

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

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

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

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

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

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