#F1A496

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

Shades of Rose Bud #F1A496

Tints of Rose Bud #F1A496

Color information

#F1A496 (or 0xF1A496) is unknown color: approx Rose Bud. HEX triplet: F1, A4 and 96. RGB value is (241,164,150). Sum of RGB (Red+Green+Blue) = 241+164+150=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A496 is #0E5B69. Grayscale: #B9B9B9. Windows color (decimal): -940906 or 9872625. OLE color: 9872625.

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

Color convert

RGB241164150-
CMYK00.320.380.05
HSL9.23º76.47%76.67%-
HSV(B)9.23º37.76%94.51%-
XYZ55.0647.4535.11-
YUV185.43108.01167.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=43.42%
G=29.55%
B=27.03%

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
Decimal24116415000.320.380.059.2376.4776.67
HexF1A49602026594c4d
Octal36124422604046511114115
Binary1111000110100100100101100100000100110101100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A496; }

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

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

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

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

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

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

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

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