Html Css Color HEX #FAA291 Rose Bud

📋 copy color: '#FAA291'

red 250 ◦ green 162 ◦ blue 145

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

Shades of Rose Bud #FAA291

Tints of Rose Bud #FAA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.08%

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

R = 44.88%
G = 29.08%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA291 (or 0xFAA291) is known color: Rose Bud. HEX triplet: FA, A2 and 91. RGB value is (250,162,145). Sum of RGB (Red+Green+Blue) = 250+162+145=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA291 is #055D6E. Grayscale: #BABABA. Windows color (decimal): -351599 or 9544442. OLE color: 9544442.

HSL color Cylindrical-coordinate representation of color #FAA291: hue angle of 9.71º 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 #FAA291 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 162 145 -
CMYK 0 0.35 0.42 0.02
HSL 9.71º 0.91% 0.77% -
HSV(B) 9.71º 0.42% 0.98% -
XYZ 57.46 48.21 33.07 -
YUV 186.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 250 162 145 0 0.35 0.42 0.02 9.71 0.91 0.77
Hex FA A2 91 0 23 2A 2 A 5B 4D
Octal 372 242 221 0 43 52 2 12 133 115
Binary 11111010 10100010 10010001 0 100011 101010 10 1010 1011011 1001101

Color Harmonies of #FAA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA291

Black with #FAA291

Text Example


Text Example

White with #FAA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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