Html Css Color HEX #F6A79D Rose Bud

📋 copy color: '#F6A79D'

red 246 ◦ green 167 ◦ blue 157

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

Shades of Rose Bud #F6A79D

Tints of Rose Bud #F6A79D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.3%

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 43.16%
G = 29.3%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6A79D (or 0xF6A79D) is known color: Rose Bud. HEX triplet: F6, A7 and 9D. RGB value is (246,167,157). Sum of RGB (Red+Green+Blue) = 246+167+157=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A79D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A79D is #095862. Grayscale: #BDBDBD. Windows color (decimal): -612451 or 10332150. OLE color: 10332150.

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

Color convert

RGB 246 167 157 -
CMYK 0 0.32 0.36 0.04
HSL 6.74º 0.83% 0.79% -
HSV(B) 6.74º 0.36% 0.96% -
XYZ 57.91 49.66 38.43 -
YUV 189.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 246 167 157 0 0.32 0.36 0.04 6.74 0.83 0.79
Hex F6 A7 9D 0 20 24 4 7 53 4F
Octal 366 247 235 0 40 44 4 7 123 117
Binary 11110110 10100111 10011101 0 100000 100100 100 111 1010011 1001111

Color Harmonies of #F6A79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A79D

Black with #F6A79D

Text Example


Text Example

White with #F6A79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A79D; }

 p { color: rgb(246,167,157); }

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

background-color css

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

 a { background-color: rgb(246,167,157); }

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

border-color css

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

 span { border-color: rgb(246,167,157); }

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