#F1A696

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

Shades of Rose Bud #F1A696

Tints of Rose Bud #F1A696

Color information

#F1A696 (or 0xF1A696) is unknown color: approx Rose Bud. HEX triplet: F1, A6 and 96. RGB value is (241,166,150). Sum of RGB (Red+Green+Blue) = 241+166+150=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A696 is #0E5969. Grayscale: #BABABA. Windows color (decimal): -940394 or 9873137. OLE color: 9873137.

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

Color convert

RGB241166150-
CMYK00.310.380.05
HSL10.55º76.47%76.67%-
HSV(B)10.55º37.76%94.51%-
XYZ55.4248.1835.23-
YUV186.6107.35166.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=43.27%
G=29.80%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116615000.310.380.0510.5576.4776.67
HexF1A69601F265b4c4d
Octal36124622603746513114115
Binary111100011010011010010110011111100110101101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A696; }

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

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

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

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

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

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

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

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