#F6A498

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

Shades of Rose Bud #F6A498

Tints of Rose Bud #F6A498

Color information

#F6A498 (or 0xF6A498) is unknown color: approx Rose Bud. HEX triplet: F6, A4 and 98. RGB value is (246,164,152). Sum of RGB (Red+Green+Blue) = 246+164+152=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A498 is #095B67. Grayscale: #BBBBBB. Windows color (decimal): -613224 or 10003702. OLE color: 10003702.

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

Color convert

RGB246164152-
CMYK00.330.380.04
HSL7.66º83.93%78.04%-
HSV(B)7.66º38.21%96.47%-
XYZ56.9548.4136.05-
YUV187.15108.17169.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.77%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=43.77%
G=29.18%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616415200.330.380.047.6683.9378.04
HexF6A4980212648544e
Octal36624423004146410124116
Binary1111011010100100100110000100001100110100100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A498; }

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

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

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

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

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

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

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

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