#F1A396

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

Shades of Rose Bud #F1A396

Tints of Rose Bud #F1A396

Color information

#F1A396 (or 0xF1A396) is unknown color: approx Rose Bud. HEX triplet: F1, A3 and 96. RGB value is (241,163,150). Sum of RGB (Red+Green+Blue) = 241+163+150=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A396 is #0E5C69. Grayscale: #B8B8B8. Windows color (decimal): -941162 or 9872369. OLE color: 9872369.

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

Color convert

RGB241163150-
CMYK00.320.380.05
HSL8.57º76.47%76.67%-
HSV(B)8.57º37.76%94.51%-
XYZ54.8847.135.05-
YUV184.84108.34168.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=43.50%
G=29.42%
B=27.08%

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
Decimal24116315000.320.380.058.5776.4776.67
HexF1A39602026594c4d
Octal36124322604046511114115
Binary1111000110100011100101100100000100110101100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A396; }

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

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

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

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

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

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

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

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