Html Css Color HEX #F6A98C Rose Bud

📋 copy color: '#F6A98C'

red 246 ◦ green 169 ◦ blue 140

#F6A98C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #F6A98C

Tints of Rose Bud #F6A98C

RGB

 RED value IS 246 (96.48% from 255) = 44.32%

 GREEN value IS 169 (66.41% from 255) = 30.45%

 BLUE value IS 140 (55.08% from 255) = 25.23%

R = 44.32%
G = 30.45%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6A98C (or 0xF6A98C) is known color: Rose Bud. HEX triplet: F6, A9 and 8C. RGB value is (246,169,140). Sum of RGB (Red+Green+Blue) = 246+169+140=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A98C is #095673. Grayscale: #BCBCBC. Windows color (decimal): -611956 or 9218550. OLE color: 9218550.

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

Color convert

RGB 246 169 140 -
CMYK 0 0.31 0.43 0.04
HSL 16.42º 0.85% 0.76% -
HSV(B) 16.42º 0.43% 0.96% -
XYZ 56.93 49.86 31.43 -
YUV 188.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 246 169 140 0 0.31 0.43 0.04 16.42 0.85 0.76
Hex F6 A9 8C 0 1F 2B 4 10 55 4C
Octal 366 251 214 0 37 53 4 20 125 114
Binary 11110110 10101001 10001100 0 11111 101011 100 10000 1010101 1001100

Color Harmonies of #F6A98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A98C

Black with #F6A98C

Text Example


Text Example

White with #F6A98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A98C; }

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

 H1.HeaderClassName
 {
   color: #F6A98C;
 }
 .AnyTagClassName
 {
   color: #F6A98C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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