#F1A296

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

Shades of Rose Bud #F1A296

Tints of Rose Bud #F1A296

Color information

#F1A296 (or 0xF1A296) is unknown color: approx Rose Bud. HEX triplet: F1, A2 and 96. RGB value is (241,162,150). Sum of RGB (Red+Green+Blue) = 241+162+150=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A296 is #0E5D69. Grayscale: #B8B8B8. Windows color (decimal): -941418 or 9872113. OLE color: 9872113.

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

Color convert

RGB241162150-
CMYK00.330.380.05
HSL7.91º76.47%76.67%-
HSV(B)7.91º37.76%94.51%-
XYZ54.746.7434.99-
YUV184.25108.67168.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=43.58%
G=29.29%
B=27.12%

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
Decimal24116215000.330.380.057.9176.4776.67
HexF1A29602126584c4d
Octal36124222604146510114115
Binary1111000110100010100101100100001100110101100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A296; }

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

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

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

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

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

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

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

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