Html Css Color HEX #FAAB9E Rose Bud

📋 copy color: '#FAAB9E'

red 250 ◦ green 171 ◦ blue 158

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

Shades of Rose Bud #FAAB9E

Tints of Rose Bud #FAAB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.29%

R = 43.18%
G = 29.53%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAAB9E (or 0xFAAB9E) is known color: Rose Bud. HEX triplet: FA, AB and 9E. RGB value is (250,171,158). Sum of RGB (Red+Green+Blue) = 250+171+158=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB9E is #055461. Grayscale: #C1C1C1. Windows color (decimal): -349282 or 10398714. OLE color: 10398714.

HSL color Cylindrical-coordinate representation of color #FAAB9E: hue angle of 8.48º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAAB9E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 171 158 -
CMYK 0 0.32 0.37 0.02
HSL 8.48º 0.9% 0.8% -
HSV(B) 8.48º 0.37% 0.98% -
XYZ 60.16 51.92 39.2 -
YUV 193.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 250 171 158 0 0.32 0.37 0.02 8.48 0.9 0.8
Hex FA AB 9E 0 20 25 2 8 5A 50
Octal 372 253 236 0 40 45 2 10 132 120
Binary 11111010 10101011 10011110 0 100000 100101 10 1000 1011010 1010000

Color Harmonies of #FAAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB9E

Black with #FAAB9E

Text Example


Text Example

White with #FAAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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