Html Css Color HEX #FAA691 Rose Bud

📋 copy color: '#FAA691'

red 250 ◦ green 166 ◦ blue 145

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

Shades of Rose Bud #FAA691

Tints of Rose Bud #FAA691

RGB

 RED value IS 250 (98.05% from 255) = 44.56%

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

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

R = 44.56%
G = 29.59%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA691 (or 0xFAA691) is known color: Rose Bud. HEX triplet: FA, A6 and 91. RGB value is (250,166,145). Sum of RGB (Red+Green+Blue) = 250+166+145=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA691 is #05596E. Grayscale: #BCBCBC. Windows color (decimal): -350575 or 9545466. OLE color: 9545466.

HSL color Cylindrical-coordinate representation of color #FAA691: hue angle of 12º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAA691 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 145 -
CMYK 0 0.34 0.42 0.02
HSL 12º 0.91% 0.77% -
HSV(B) 12º 0.42% 0.98% -
XYZ 58.17 49.64 33.3 -
YUV 188.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 250 166 145 0 0.34 0.42 0.02 12 0.91 0.77
Hex FA A6 91 0 22 2A 2 C 5B 4D
Octal 372 246 221 0 42 52 2 14 133 115
Binary 11111010 10100110 10010001 0 100010 101010 10 1100 1011011 1001101

Color Harmonies of #FAA691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA691

Black with #FAA691

Text Example


Text Example

White with #FAA691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA691; }

 p { color: rgb(250,166,145); }

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

background-color css

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

 a { background-color: rgb(250,166,145); }

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

border-color css

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

 span { border-color: rgb(250,166,145); }

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