Html Css Color HEX #F6AC9A Rose Bud

📋 copy color: '#F6AC9A'

red 246 ◦ green 172 ◦ blue 154

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

Shades of Rose Bud #F6AC9A

Tints of Rose Bud #F6AC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

 BLUE value IS 154 (60.55% from 255) = 26.92%

R = 43.01%
G = 30.07%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6AC9A (or 0xF6AC9A) is known color: Rose Bud. HEX triplet: F6, AC and 9A. RGB value is (246,172,154). Sum of RGB (Red+Green+Blue) = 246+172+154=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AC9A is #095365. Grayscale: #C0C0C0. Windows color (decimal): -611174 or 10136822. OLE color: 10136822.

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

Color convert

RGB 246 172 154 -
CMYK 0 0.30 0.37 0.04
HSL 11.74º 0.84% 0.78% -
HSV(B) 11.74º 0.37% 0.96% -
XYZ 58.59 51.43 37.41 -
YUV 192.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 246 172 154 0 0.30 0.37 0.04 11.74 0.84 0.78
Hex F6 AC 9A 0 1E 25 4 C 54 4E
Octal 366 254 232 0 36 45 4 14 124 116
Binary 11110110 10101100 10011010 0 11110 100101 100 1100 1010100 1001110

Color Harmonies of #F6AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AC9A

Black with #F6AC9A

Text Example


Text Example

White with #F6AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AC9A; }

 p { color: rgb(246,172,154); }

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

background-color css

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

 a { background-color: rgb(246,172,154); }

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

border-color css

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

 span { border-color: rgb(246,172,154); }

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