Html Css Color HEX #F6A69D Rose Bud

📋 copy color: '#F6A69D'

red 246 ◦ green 166 ◦ blue 157

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

Shades of Rose Bud #F6A69D

Tints of Rose Bud #F6A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

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

R = 43.23%
G = 29.17%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6A69D (or 0xF6A69D) is known color: Rose Bud. HEX triplet: F6, A6 and 9D. RGB value is (246,166,157). Sum of RGB (Red+Green+Blue) = 246+166+157=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A69D is #095962. Grayscale: #BDBDBD. Windows color (decimal): -612707 or 10331894. OLE color: 10331894.

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

Color convert

RGB 246 166 157 -
CMYK 0 0.33 0.36 0.04
HSL 6.07º 0.83% 0.79% -
HSV(B) 6.07º 0.36% 0.96% -
XYZ 57.73 49.3 38.37 -
YUV 188.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 246 166 157 0 0.33 0.36 0.04 6.07 0.83 0.79
Hex F6 A6 9D 0 21 24 4 6 53 4F
Octal 366 246 235 0 41 44 4 6 123 117
Binary 11110110 10100110 10011101 0 100001 100100 100 110 1010011 1001111

Color Harmonies of #F6A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A69D

Black with #F6A69D

Text Example


Text Example

White with #F6A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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