Html Css Color HEX #FAA49C Rose Bud

📋 copy color: '#FAA49C'

red 250 ◦ green 164 ◦ blue 156

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

Shades of Rose Bud #FAA49C

Tints of Rose Bud #FAA49C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.77%

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

R = 43.86%
G = 28.77%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAA49C (or 0xFAA49C) is known color: Rose Bud. HEX triplet: FA, A4 and 9C. RGB value is (250,164,156). Sum of RGB (Red+Green+Blue) = 250+164+156=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA49C is #055B63. Grayscale: #BCBCBC. Windows color (decimal): -351076 or 10265850. OLE color: 10265850.

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

Color convert

RGB 250 164 156 -
CMYK 0 0.34 0.38 0.02
HSL 5.11º 0.9% 0.8% -
HSV(B) 5.11º 0.38% 0.98% -
XYZ 58.7 49.28 37.87 -
YUV 188.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 250 164 156 0 0.34 0.38 0.02 5.11 0.9 0.8
Hex FA A4 9C 0 22 26 2 5 5A 50
Octal 372 244 234 0 42 46 2 5 132 120
Binary 11111010 10100100 10011100 0 100010 100110 10 101 1011010 1010000

Color Harmonies of #FAA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA49C

Black with #FAA49C

Text Example


Text Example

White with #FAA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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