Html Css Color HEX #FAA89A Rose Bud

📋 copy color: '#FAA89A'

red 250 ◦ green 168 ◦ blue 154

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

Shades of Rose Bud #FAA89A

Tints of Rose Bud #FAA89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.92%

R = 43.71%
G = 29.37%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAA89A (or 0xFAA89A) is known color: Rose Bud. HEX triplet: FA, A8 and 9A. RGB value is (250,168,154). Sum of RGB (Red+Green+Blue) = 250+168+154=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA89A is #055765. Grayscale: #BFBFBF. Windows color (decimal): -350054 or 10135802. OLE color: 10135802.

HSL color Cylindrical-coordinate representation of color #FAA89A: hue angle of 8.75º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAA89A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 154 -
CMYK 0 0.33 0.38 0.02
HSL 8.75º 0.91% 0.79% -
HSV(B) 8.75º 0.38% 0.98% -
XYZ 59.26 50.66 37.23 -
YUV 190.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 250 168 154 0 0.33 0.38 0.02 8.75 0.91 0.79
Hex FA A8 9A 0 21 26 2 9 5B 4F
Octal 372 250 232 0 41 46 2 11 133 117
Binary 11111010 10101000 10011010 0 100001 100110 10 1001 1011011 1001111

Color Harmonies of #FAA89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA89A

Black with #FAA89A

Text Example


Text Example

White with #FAA89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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