#F3A696

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

Shades of Rose Bud #F3A696

Tints of Rose Bud #F3A696

Color information

#F3A696 (or 0xF3A696) is unknown color: approx Rose Bud. HEX triplet: F3, A6 and 96. RGB value is (243,166,150). Sum of RGB (Red+Green+Blue) = 243+166+150=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A696 is #0C5969. Grayscale: #BBBBBB. Windows color (decimal): -809322 or 9873139. OLE color: 9873139.

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

Color convert

RGB243166150-
CMYK00.320.380.05
HSL10.32º79.49%77.06%-
HSV(B)10.32º38.27%95.29%-
XYZ56.148.5335.26-
YUV187.2107.01167.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.47%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=43.47%
G=29.70%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316615000.320.380.0510.3279.4977.06
HexF3A696020265a4f4d
Octal36324622604046512117115
Binary1111001110100110100101100100000100110101101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A696; }

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

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

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

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

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

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

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

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