Html Css Color HEX #F6AA90 Rose Bud

📋 copy color: '#F6AA90'

red 246 ◦ green 170 ◦ blue 144

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

Shades of Rose Bud #F6AA90

Tints of Rose Bud #F6AA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.36%

 BLUE value IS 144 (56.64% from 255) = 25.71%

R = 43.93%
G = 30.36%
B = 25.71%

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

#F6AA90 (or 0xF6AA90) is known color: Rose Bud. HEX triplet: F6, AA and 90. RGB value is (246,170,144). Sum of RGB (Red+Green+Blue) = 246+170+144=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AA90 is #09556F. Grayscale: #BDBDBD. Windows color (decimal): -611696 or 9480950. OLE color: 9480950.

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

Color convert

RGB 246 170 144 -
CMYK 0 0.31 0.41 0.04
HSL 15.29º 0.85% 0.76% -
HSV(B) 15.29º 0.41% 0.96% -
XYZ 57.41 50.36 33.08 -
YUV 189.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 246 170 144 0 0.31 0.41 0.04 15.29 0.85 0.76
Hex F6 AA 90 0 1F 29 4 F 55 4C
Octal 366 252 220 0 37 51 4 17 125 114
Binary 11110110 10101010 10010000 0 11111 101001 100 1111 1010101 1001100

Color Harmonies of #F6AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AA90

Black with #F6AA90

Text Example


Text Example

White with #F6AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AA90; }

 p { color: rgb(246,170,144); }

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

background-color css

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

 a { background-color: rgb(246,170,144); }

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

border-color css

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

 span { border-color: rgb(246,170,144); }

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