Html Css Color HEX #FAA891 Rose Bud

📋 copy color: '#FAA891'

red 250 ◦ green 168 ◦ blue 145

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

Shades of Rose Bud #FAA891

Tints of Rose Bud #FAA891

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.84%

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

R = 44.4%
G = 29.84%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA891 (or 0xFAA891) is known color: Rose Bud. HEX triplet: FA, A8 and 91. RGB value is (250,168,145). Sum of RGB (Red+Green+Blue) = 250+168+145=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA891 is #05576E. Grayscale: #BEBEBE. Windows color (decimal): -350063 or 9545978. OLE color: 9545978.

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

Color convert

RGB 250 168 145 -
CMYK 0 0.33 0.42 0.02
HSL 13.14º 0.91% 0.77% -
HSV(B) 13.14º 0.42% 0.98% -
XYZ 58.54 50.37 33.43 -
YUV 189.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 250 168 145 0 0.33 0.42 0.02 13.14 0.91 0.77
Hex FA A8 91 0 21 2A 2 D 5B 4D
Octal 372 250 221 0 41 52 2 15 133 115
Binary 11111010 10101000 10010001 0 100001 101010 10 1101 1011011 1001101

Color Harmonies of #FAA891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA891

Black with #FAA891

Text Example


Text Example

White with #FAA891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA891; }

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

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

background-color css

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

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

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

border-color css

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

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

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