Html Css Color HEX #FAA89E Rose Bud

📋 copy color: '#FAA89E'

red 250 ◦ green 168 ◦ blue 158

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

Shades of Rose Bud #FAA89E

Tints of Rose Bud #FAA89E

RGB

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

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

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

R = 43.4%
G = 29.17%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAA89E (or 0xFAA89E) is known color: Rose Bud. HEX triplet: FA, A8 and 9E. RGB value is (250,168,158). Sum of RGB (Red+Green+Blue) = 250+168+158=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA89E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA89E is #055761. Grayscale: #BFBFBF. Windows color (decimal): -350050 or 10397946. OLE color: 10397946.

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

Color convert

RGB 250 168 158 -
CMYK 0 0.33 0.37 0.02
HSL 6.52º 0.9% 0.8% -
HSV(B) 6.52º 0.37% 0.98% -
XYZ 59.6 50.8 39.01 -
YUV 191.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 250 168 158 0 0.33 0.37 0.02 6.52 0.9 0.8
Hex FA A8 9E 0 21 25 2 7 5A 50
Octal 372 250 236 0 41 45 2 7 132 120
Binary 11111010 10101000 10011110 0 100001 100101 10 111 1011010 1010000

Color Harmonies of #FAA89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA89E

Black with #FAA89E

Text Example


Text Example

White with #FAA89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA89E; }

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

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

background-color css

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

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

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

border-color css

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

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

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