Html Css Color HEX #F6A394 Rose Bud

📋 copy color: '#F6A394'

red 246 ◦ green 163 ◦ blue 148

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

Shades of Rose Bud #F6A394

Tints of Rose Bud #F6A394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.26%

 BLUE value IS 148 (58.2% from 255) = 26.57%

R = 44.17%
G = 29.26%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6A394 (or 0xF6A394) is known color: Rose Bud. HEX triplet: F6, A3 and 94. RGB value is (246,163,148). Sum of RGB (Red+Green+Blue) = 246+163+148=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A394 is #095C6B. Grayscale: #BABABA. Windows color (decimal): -613484 or 9741302. OLE color: 9741302.

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

Color convert

RGB 246 163 148 -
CMYK 0 0.34 0.40 0.04
HSL 9.18º 0.84% 0.77% -
HSV(B) 9.18º 0.4% 0.96% -
XYZ 56.45 47.93 34.29 -
YUV 186.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 246 163 148 0 0.34 0.40 0.04 9.18 0.84 0.77
Hex F6 A3 94 0 22 28 4 9 54 4D
Octal 366 243 224 0 42 50 4 11 124 115
Binary 11110110 10100011 10010100 0 100010 101000 100 1001 1010100 1001101

Color Harmonies of #F6A394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A394

Black with #F6A394

Text Example


Text Example

White with #F6A394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A394; }

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

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

background-color css

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

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

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

border-color css

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

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

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