Html Css Color HEX #F6A991 Rose Bud

📋 copy color: '#F6A991'

red 246 ◦ green 169 ◦ blue 145

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

Shades of Rose Bud #F6A991

Tints of Rose Bud #F6A991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.18%

 BLUE value IS 145 (57.03% from 255) = 25.89%

R = 43.93%
G = 30.18%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6A991 (or 0xF6A991) is known color: Rose Bud. HEX triplet: F6, A9 and 91. RGB value is (246,169,145). Sum of RGB (Red+Green+Blue) = 246+169+145=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A991 is #09566E. Grayscale: #BDBDBD. Windows color (decimal): -611951 or 9546230. OLE color: 9546230.

HSL color Cylindrical-coordinate representation of color #F6A991: hue angle of 14.26º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6A991 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 169 145 -
CMYK 0 0.31 0.41 0.04
HSL 14.26º 0.85% 0.77% -
HSV(B) 14.26º 0.41% 0.96% -
XYZ 57.3 50.01 33.42 -
YUV 189.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 246 169 145 0 0.31 0.41 0.04 14.26 0.85 0.77
Hex F6 A9 91 0 1F 29 4 E 55 4D
Octal 366 251 221 0 37 51 4 16 125 115
Binary 11110110 10101001 10010001 0 11111 101001 100 1110 1010101 1001101

Color Harmonies of #F6A991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A991

Black with #F6A991

Text Example


Text Example

White with #F6A991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A991; }

 p { color: rgb(246,169,145); }

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

background-color css

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

 a { background-color: rgb(246,169,145); }

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

border-color css

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

 span { border-color: rgb(246,169,145); }

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