Html Css Color HEX #F6A49B Rose Bud

📋 copy color: '#F6A49B'

red 246 ◦ green 164 ◦ blue 155

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

Shades of Rose Bud #F6A49B

Tints of Rose Bud #F6A49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.43%

R = 43.54%
G = 29.03%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6A49B (or 0xF6A49B) is known color: Rose Bud. HEX triplet: F6, A4 and 9B. RGB value is (246,164,155). Sum of RGB (Red+Green+Blue) = 246+164+155=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A49B is #095B64. Grayscale: #BBBBBB. Windows color (decimal): -613221 or 10200310. OLE color: 10200310.

HSL color Cylindrical-coordinate representation of color #F6A49B: hue angle of 5.93º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A49B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 164 155 -
CMYK 0 0.33 0.37 0.04
HSL 5.93º 0.83% 0.79% -
HSV(B) 5.93º 0.37% 0.96% -
XYZ 57.2 48.51 37.36 -
YUV 187.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 246 164 155 0 0.33 0.37 0.04 5.93 0.83 0.79
Hex F6 A4 9B 0 21 25 4 6 53 4F
Octal 366 244 233 0 41 45 4 6 123 117
Binary 11110110 10100100 10011011 0 100001 100101 100 110 1010011 1001111

Color Harmonies of #F6A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A49B

Black with #F6A49B

Text Example


Text Example

White with #F6A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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