Html Css Color HEX #F6A69B Rose Bud

📋 copy color: '#F6A69B'

red 246 ◦ green 166 ◦ blue 155

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

Shades of Rose Bud #F6A69B

Tints of Rose Bud #F6A69B

RGB

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

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

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

R = 43.39%
G = 29.28%
B = 27.34%

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

#F6A69B (or 0xF6A69B) is known color: Rose Bud. HEX triplet: F6, A6 and 9B. RGB value is (246,166,155). Sum of RGB (Red+Green+Blue) = 246+166+155=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A69B is #095964. Grayscale: #BCBCBC. Windows color (decimal): -612709 or 10200822. OLE color: 10200822.

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

Color convert

RGB 246 166 155 -
CMYK 0 0.33 0.37 0.04
HSL 7.25º 0.83% 0.79% -
HSV(B) 7.25º 0.37% 0.96% -
XYZ 57.56 49.23 37.48 -
YUV 188.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 246 166 155 0 0.33 0.37 0.04 7.25 0.83 0.79
Hex F6 A6 9B 0 21 25 4 7 53 4F
Octal 366 246 233 0 41 45 4 7 123 117
Binary 11110110 10100110 10011011 0 100001 100101 100 111 1010011 1001111

Color Harmonies of #F6A69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A69B

Black with #F6A69B

Text Example


Text Example

White with #F6A69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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