#F0A396

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

Shades of Rose Bud #F0A396

Tints of Rose Bud #F0A396

Color information

#F0A396 (or 0xF0A396) is unknown color: approx Rose Bud. HEX triplet: F0, A3 and 96. RGB value is (240,163,150). Sum of RGB (Red+Green+Blue) = 240+163+150=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A396 is #0F5C69. Grayscale: #B8B8B8. Windows color (decimal): -1006698 or 9872368. OLE color: 9872368.

HSL color Cylindrical-coordinate representation of color #F0A396: hue angle of 8.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A396 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240163150-
CMYK00.320.370.06
HSL8.67º75%76.47%-
HSV(B)8.67º37.5%94.12%-
XYZ54.5446.9235.04-
YUV184.54108.51167.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=43.40%
G=29.48%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016315000.320.370.068.677576.47
HexF0A39602025694b4c
Octal36024322604045611113114
Binary1111000010100011100101100100000100101110100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A396; }

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

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

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

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

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

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

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

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