Html Css Color HEX #FAA89C Rose Bud

📋 copy color: '#FAA89C'

red 250 ◦ green 168 ◦ blue 156

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

Shades of Rose Bud #FAA89C

Tints of Rose Bud #FAA89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.18%

R = 43.55%
G = 29.27%
B = 27.18%

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

#FAA89C (or 0xFAA89C) is known color: Rose Bud. HEX triplet: FA, A8 and 9C. RGB value is (250,168,156). Sum of RGB (Red+Green+Blue) = 250+168+156=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA89C is #055763. Grayscale: #BFBFBF. Windows color (decimal): -350052 or 10266874. OLE color: 10266874.

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

Color convert

RGB 250 168 156 -
CMYK 0 0.33 0.38 0.02
HSL 7.66º 0.9% 0.8% -
HSV(B) 7.66º 0.38% 0.98% -
XYZ 59.43 50.73 38.11 -
YUV 191.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 250 168 156 0 0.33 0.38 0.02 7.66 0.9 0.8
Hex FA A8 9C 0 21 26 2 8 5A 50
Octal 372 250 234 0 41 46 2 10 132 120
Binary 11111010 10101000 10011100 0 100001 100110 10 1000 1011010 1010000

Color Harmonies of #FAA89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA89C

Black with #FAA89C

Text Example


Text Example

White with #FAA89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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