#F6A398

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

Shades of Rose Bud #F6A398

Tints of Rose Bud #F6A398

Color information

#F6A398 (or 0xF6A398) is unknown color: approx Rose Bud. HEX triplet: F6, A3 and 98. RGB value is (246,163,152). Sum of RGB (Red+Green+Blue) = 246+163+152=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A398 is #095C67. Grayscale: #BABABA. Windows color (decimal): -613480 or 10003446. OLE color: 10003446.

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

Color convert

RGB246163152-
CMYK00.340.380.04
HSL7.02º83.93%78.04%-
HSV(B)7.02º38.21%96.47%-
XYZ56.7748.0535.99-
YUV186.56108.5170.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 152 (59.77% from 255) = 27.09%
R=43.85%
G=29.06%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616315200.340.380.047.0283.9378.04
HexF6A3980222647544e
Octal3662432300424647124116
Binary111101101010001110011000010001010011010011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A398; }

 p { color: rgb(246,163,152); }

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

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

 a { background-color: rgb(246,163,152); }

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

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

 span { border-color: rgb(246,163,152); }

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