Html Css Color HEX #F6A398 Rose Bud

📋 copy color: '#F6A398'

red 246 ◦ green 163 ◦ blue 152

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

Shades of Rose Bud #F6A398

Tints of Rose Bud #F6A398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.09%

R = 43.85%
G = 29.06%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F6A398 (or 0xF6A398) is known color: Rose Bud. HEX triplet: F6, A3 and 98. RGB value is (246,163,152). Sum of RGB (Red+Green+Blue) = 246+163+152=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A398 is #095C67. Grayscale: #BABABA. Windows color (decimal): -613480 or 10003446. OLE color: 10003446.

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

Color convert

RGB 246 163 152 -
CMYK 0 0.34 0.38 0.04
HSL 7.02º 0.84% 0.78% -
HSV(B) 7.02º 0.38% 0.96% -
XYZ 56.77 48.05 35.99 -
YUV 186.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 246 163 152 0 0.34 0.38 0.04 7.02 0.84 0.78
Hex F6 A3 98 0 22 26 4 7 54 4E
Octal 366 243 230 0 42 46 4 7 124 116
Binary 11110110 10100011 10011000 0 100010 100110 100 111 1010100 1001110

Color Harmonies of #F6A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A398

Black with #F6A398

Text Example


Text Example

White with #F6A398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A398; }

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

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

background-color css

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

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

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

border-color css

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

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

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