#F6A98D

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

Shades of Rose Bud #F6A98D

Tints of Rose Bud #F6A98D

Color information

#F6A98D (or 0xF6A98D) is unknown color: approx Rose Bud. HEX triplet: F6, A9 and 8D. RGB value is (246,169,141). Sum of RGB (Red+Green+Blue) = 246+169+141=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A98D is #095672. Grayscale: #BDBDBD. Windows color (decimal): -611955 or 9284086. OLE color: 9284086.

HSL color Cylindrical-coordinate representation of color #F6A98D: hue angle of 16º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6A98D is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB246169141-
CMYK00.310.430.04
HSL16º85.37%75.88%-
HSV(B)16º42.68%96.47%-
XYZ5749.8931.83-
YUV188.83101.01168.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.24%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 141 (55.47% from 255) = 25.36%
R=44.24%
G=30.40%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616914100.310.430.041685.3775.88
HexF6A98D01F2B410554c
Octal36625121503753420125114
Binary1111011010101001100011010111111010111001000010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A98D; }

 p { color: rgb(246,169,141); }

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

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

 a { background-color: rgb(246,169,141); }

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

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

 span { border-color: rgb(246,169,141); }

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