Html Css Color HEX #F6A494 Rose Bud

📋 copy color: '#F6A494'

red 246 ◦ green 164 ◦ blue 148

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

Shades of Rose Bud #F6A494

Tints of Rose Bud #F6A494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.39%

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

R = 44.09%
G = 29.39%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6A494 (or 0xF6A494) is known color: Rose Bud. HEX triplet: F6, A4 and 94. RGB value is (246,164,148). Sum of RGB (Red+Green+Blue) = 246+164+148=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A494 is #095B6B. Grayscale: #BABABA. Windows color (decimal): -613228 or 9741558. OLE color: 9741558.

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

Color convert

RGB 246 164 148 -
CMYK 0 0.33 0.40 0.04
HSL 9.8º 0.84% 0.77% -
HSV(B) 9.8º 0.4% 0.96% -
XYZ 56.63 48.28 34.35 -
YUV 186.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 246 164 148 0 0.33 0.40 0.04 9.8 0.84 0.77
Hex F6 A4 94 0 21 28 4 A 54 4D
Octal 366 244 224 0 41 50 4 12 124 115
Binary 11110110 10100100 10010100 0 100001 101000 100 1010 1010100 1001101

Color Harmonies of #F6A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A494

Black with #F6A494

Text Example


Text Example

White with #F6A494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A494; }

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

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

background-color css

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

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

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

border-color css

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

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

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