Html Css Color HEX #FAAB91 Rose Bud

📋 copy color: '#FAAB91'

red 250 ◦ green 171 ◦ blue 145

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

Shades of Rose Bud #FAAB91

Tints of Rose Bud #FAAB91

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.21%

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

R = 44.17%
G = 30.21%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAAB91 (or 0xFAAB91) is known color: Rose Bud. HEX triplet: FA, AB and 91. RGB value is (250,171,145). Sum of RGB (Red+Green+Blue) = 250+171+145=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB91 is #05546E. Grayscale: #BFBFBF. Windows color (decimal): -349295 or 9546746. OLE color: 9546746.

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

Color convert

RGB 250 171 145 -
CMYK 0 0.32 0.42 0.02
HSL 14.86º 0.91% 0.77% -
HSV(B) 14.86º 0.42% 0.98% -
XYZ 59.1 51.49 33.61 -
YUV 191.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 250 171 145 0 0.32 0.42 0.02 14.86 0.91 0.77
Hex FA AB 91 0 20 2A 2 F 5B 4D
Octal 372 253 221 0 40 52 2 17 133 115
Binary 11111010 10101011 10010001 0 100000 101010 10 1111 1011011 1001101

Color Harmonies of #FAAB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB91

Black with #FAAB91

Text Example


Text Example

White with #FAAB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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