#F6AD96

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

Shades of Rose Bud #F6AD96

Tints of Rose Bud #F6AD96

Color information

#F6AD96 (or 0xF6AD96) is unknown color: approx Rose Bud. HEX triplet: F6, AD and 96. RGB value is (246,173,150). Sum of RGB (Red+Green+Blue) = 246+173+150=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AD96 is #095269. Grayscale: #C0C0C0. Windows color (decimal): -610922 or 9874934. OLE color: 9874934.

HSL color Cylindrical-coordinate representation of color #F6AD96: hue angle of 14.38º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6AD96 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246173150-
CMYK00.300.390.04
HSL14.38º84.21%77.65%-
HSV(B)14.38º39.02%96.47%-
XYZ58.4551.6835.75-
YUV192.2104.18166.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=43.23%
G=30.40%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617315000.300.390.0414.3884.2177.65
HexF6AD9601E274e544e
Octal36625522603647416124116
Binary111101101010110110010110011110100111100111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AD96; }

 p { color: rgb(246,173,150); }

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

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

 a { background-color: rgb(246,173,150); }

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

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

 span { border-color: rgb(246,173,150); }

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